00001 #ifndef HDBREC_H 00002 #define HDBREC_H 00003 00004 #include "htimestampxa.h" 00005 00006 /* 00007 * DB record 00008 */ 00009 typedef struct __HDbRec { 00010 long SeqNo; 00011 HTimestampData Ts; 00012 char Msg[10]; 00013 } HDbRec; 00014 #endif