MIDAS
Public Structure Declarations

Classes

struct  EVENT_HEADER
 
struct  EVENT_REQUEST
 
struct  BUFFER_CLIENT
 
struct  BUFFER_HEADER
 
struct  BUFFER
 
struct  KEY
 
struct  KEYLIST
 
struct  BUS_DRIVER
 
struct  DD_MT_CHANNEL
 
struct  DD_MT_BUFFER
 
struct  EQUIPMENT_INFO
 
struct  EQUIPMENT_STATS
 
struct  DEVICE_DRIVER
 
struct  eqpmnt
 
struct  BANK_HEADER
 
struct  BANK
 
struct  BANK32
 
struct  BANK32A
 
struct  TAG
 
struct  BANK_LIST
 

Typedefs

typedef void() EVENT_HANDLER(HNDLE buffer_handler, HNDLE request_id, EVENT_HEADER *event_header, void *event_data)
 
typedef INT() RPC_HANDLER(INT index, void *prpc_param[])
 
typedef struct eqpmnt EQUIPMENT
 

Detailed Description

dox



Typedef Documentation

◆ EQUIPMENT

typedef struct eqpmnt EQUIPMENT

◆ EVENT_HANDLER

typedef void() EVENT_HANDLER(HNDLE buffer_handler, HNDLE request_id, EVENT_HEADER *event_header, void *event_data)

Handler for event requests

Definition at line 924 of file midas.h.

◆ RPC_HANDLER

typedef INT() RPC_HANDLER(INT index, void *prpc_param[])

Handler for rpc requests

Definition at line 928 of file midas.h.