#include <stddef.h>
#include <stdint.h>
#include "ge.h"
Go to the source code of this file.
|
| int | sat_batch_count (void) |
| |
| const struct sat_batch_info * | sat_batch_info_at (int idx) |
| |
| const struct sat_batch_info * | sat_batch_find (const char *id) |
| |
| int | sat_batch_prepare_image (const char *root, const char *id, unsigned char *image, unsigned *lo, unsigned *hi, uint16_t *entry, char *note, size_t note_sz) |
| |
| int | sat_batch_prepare_deck (const char *root, const char *id, const char *out_path, char *note, size_t note_sz) |
| |
◆ sat_batch_launch
| Enumerator |
|---|
| SAT_BATCH_IMAGE | |
| SAT_BATCH_READER | |
Definition at line 9 of file sat_batches.h.
◆ sat_batch_count()
| int sat_batch_count |
( |
void |
| ) |
|
◆ sat_batch_find()
◆ sat_batch_info_at()
◆ sat_batch_prepare_deck()
| int sat_batch_prepare_deck |
( |
const char * |
root, |
|
|
const char * |
id, |
|
|
const char * |
out_path, |
|
|
char * |
note, |
|
|
size_t |
note_sz |
|
) |
| |
◆ sat_batch_prepare_image()
| int sat_batch_prepare_image |
( |
const char * |
root, |
|
|
const char * |
id, |
|
|
unsigned char * |
image, |
|
|
unsigned * |
lo, |
|
|
unsigned * |
hi, |
|
|
uint16_t * |
entry, |
|
|
char * |
note, |
|
|
size_t |
note_sz |
|
) |
| |