Defines | |
#define | YBOS_PHYREC_SIZE 8192 |
#define | YBOS_BUFFER_SIZE 3*(YBOS_PHYREC_SIZE<<2) + MAX_EVENT_SIZE + 128 |
#define | YB_BANKLIST_MAX 32 |
#define | YB_STRING_BANKLIST_MAX YB_BANKLIST_MAX * 4 |
#define | H_BLOCK_SIZE 0 |
#define | H_BLOCK_NUM 1 |
#define | H_HEAD_LEN 2 |
#define | H_START 3 |
#define | D_RECORD 1 |
#define | D_HEADER 2 |
#define | D_EVTLEN 3 |
#define | YB_COMPLETE 1 |
#define | YB_INCOMPLETE 2 |
#define | YB_NO_RECOVER -1 |
#define | YB_NO_RUN 0 |
#define | YB_ADD_RUN 1 |
#define | DSP_RAW 1 |
#define | DSP_RAW_SINGLE 2 |
#define | DSP_BANK 3 |
#define | DSP_BANK_SINGLE 4 |
#define | DSP_UNK 0 |
#define | DSP_DEC 1 |
#define | DSP_HEX 2 |
#define | DSP_ASC 3 |
#define | I2_BKTYPE 1 |
#define | A1_BKTYPE 2 |
#define | I4_BKTYPE 3 |
#define | F4_BKTYPE 4 |
#define | D8_BKTYPE 5 |
#define | I1_BKTYPE 8 |
#define | MAX_BKTYPE I1_BKTYPE+1 |
#define A1_BKTYPE 2 |
#define D8_BKTYPE 5 |
#define DSP_BANK_SINGLE 4 |
#define I1_BKTYPE 8 |
Signed Integer 1 byte
Definition at line 282 of file ybos.h.
Referenced by update_odb(), and ybk_iterate().
#define I2_BKTYPE 1 |
YBOS Bank types Signed Integer 2 bytes
Definition at line 277 of file ybos.h.
Referenced by update_odb().
#define MAX_BKTYPE I1_BKTYPE+1 |
delimiter
Definition at line 283 of file ybos.h.
Referenced by ybk_find(), ybk_list(), and ybk_locate().
#define YB_BANKLIST_MAX 32 |
maximum number of banks to be found by the ybk_list() or bk_list()
Definition at line 69 of file ybos.h.
Referenced by ybk_list().
#define YB_STRING_BANKLIST_MAX YB_BANKLIST_MAX * 4 |
#define YBOS_BUFFER_SIZE 3*(YBOS_PHYREC_SIZE<<2) + MAX_EVENT_SIZE + 128 |