GE-115 Emulator
An Emulator of the General Electrics GE-115 computer
Data Structures | Enumerations | Functions
sat_batches.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "ge.h"

Go to the source code of this file.

Data Structures

struct  sat_batch_info
 

Enumerations

enum  sat_batch_launch { SAT_BATCH_IMAGE = 1 , SAT_BATCH_READER = 2 }
 

Functions

int sat_batch_count (void)
 
const struct sat_batch_infosat_batch_info_at (int idx)
 
const struct sat_batch_infosat_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)
 

Enumeration Type Documentation

◆ sat_batch_launch

Enumerator
SAT_BATCH_IMAGE 
SAT_BATCH_READER 

Definition at line 9 of file sat_batches.h.

Function Documentation

◆ sat_batch_count()

int sat_batch_count ( void  )

Definition at line 236 of file sat_batches.c.

◆ sat_batch_find()

const struct sat_batch_info * sat_batch_find ( const char *  id)

Definition at line 248 of file sat_batches.c.

◆ sat_batch_info_at()

const struct sat_batch_info * sat_batch_info_at ( int  idx)

Definition at line 241 of file sat_batches.c.

◆ 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 
)

Definition at line 279 of file sat_batches.c.

◆ 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 
)

Definition at line 254 of file sat_batches.c.