Mapper
|
#include <database.h>
Public Attributes | |
unsigned char | action |
unsigned long int | sta_id |
unsigned char | hb5_id [HB5_ID_LEN] |
unsigned char | pc [PC_LEN] |
float | report |
time_t | clock |
unsigned char | dqr |
unsigned char | qds |
unsigned char | qpi |
signed short int | node |
signed short int | tty_num |
unsigned char | gage_type |
Definition at line 49 of file database.h.
unsigned char msgbuf::action |
Definition at line 50 of file database.h.
time_t msgbuf::clock |
Definition at line 55 of file database.h.
unsigned char msgbuf::dqr |
Definition at line 56 of file database.h.
unsigned char msgbuf::gage_type |
Definition at line 61 of file database.h.
unsigned char msgbuf::hb5_id[HB5_ID_LEN] |
Definition at line 52 of file database.h.
signed short int msgbuf::node |
Definition at line 59 of file database.h.
unsigned char msgbuf::pc[PC_LEN] |
Definition at line 53 of file database.h.
unsigned char msgbuf::qds |
Definition at line 57 of file database.h.
unsigned char msgbuf::qpi |
Definition at line 58 of file database.h.
float msgbuf::report |
Definition at line 54 of file database.h.
unsigned long int msgbuf::sta_id |
Definition at line 51 of file database.h.
signed short int msgbuf::tty_num |
Definition at line 60 of file database.h.