26 #define MSG_MIN_REQ_SIZE (MSG_DATE_SIZE+MSG_TIME_SIZE+MSG_FIXED_TEXT+MSG_VCHAN_TEXT+MSG_CHAN_TEXT+1)
29 #define MSG_DATE_SIZE 9
30 #define MSG_TIME_SIZE 9
31 #define MSG_FIXED_TEXT 11
32 #define MSG_VCHAN_TEXT (11*2*15)
33 #define MSG_CHAN_TEXT (9*2*4)
44 #define MAX_STRING_LENGTH 101
45 #define MAX_REC_MESSAGE_LENGTH 301
50 #pragma warning(disable:4100)
57 #pragma warning(disable:4214)
61 #pragma warning(disable:4121)
70 typedef unsigned char bool;
73 typedef signed char int8;
74 typedef unsigned char uint8;
75 typedef signed short int16;
76 typedef unsigned short uint16;
77 typedef signed long int32;
78 typedef unsigned long uint32;
79 typedef unsigned long long uint64;
80 typedef signed long sint32;
81 typedef signed short sint16;
82 typedef signed char sint8;
83 typedef signed long long sint64;
84 typedef unsigned char byte;
85 typedef signed long time32;
86 typedef float float32;
87 typedef double float64;
88 typedef uint8 string_t;
89 typedef char *string_p;
90 typedef uint16 unicode_c;
91 typedef unicode_c *unicode_p;
92 typedef unicode_c uc_char;
93 typedef unicode_c uc_string_5[5+1];
94 typedef unicode_c uc_string_7[7+1];
95 typedef unicode_c uc_string_8[8+1];
96 typedef unicode_c uc_string_20[20+1];
97 typedef unicode_c uc_string_30[30+1];
98 typedef unicode_c uc_string_40[40+1];
99 typedef unicode_c uc_string_60[60+1];
100 typedef unicode_c uc_string_100[100+1];
101 typedef unicode_c uc_string_200[200+1];
102 typedef unicode_c uc_string_300[300+1];
103 typedef char string_5[5+1];
104 typedef char string_7[7+1];
105 typedef char string_8[8+1];
106 typedef char string_20[20+1];
107 typedef char string_30[30+1];
108 typedef char string_40[40+1];
109 typedef char string_60[60+1];
110 typedef char string_100[100+1];
111 typedef char string_200[200+1];
112 typedef char string_300[300+1];
113 typedef sint8 status;
168 uc_string_8 open_str;
169 uc_string_8 close_str;
172 uc_string_30 descriptor;
191 struct q_hdr * queue_chain;
201 typedef const char * queue_name;
233 uint16 events_pending;
234 uint16 events_received;
245 unsigned char archive_to_ftp;
246 unsigned char archive_to_media;
247 unsigned char record;
249 uint8 circular_full_action;
250 uint8 circular_start_at;
252 uint8 grid_scale_type;
253 uint8 grid_divs_or_decades;
254 uint8 grid_divs_minor;
255 float32 grid_span_high;
256 float32 grid_span_low;
257 float32 grid_zone_high;
258 float32 grid_zone_low;
259 float32 grid_span_high_b;
260 float32 grid_span_low_b;
261 float32 grid_zone_high_b;
262 float32 grid_zone_low_b;
263 uint32 trend_update_rate;
264 uint32 trend_update_rate_b;
265 uint32 recording_interval;
266 uint32 recording_interval_b;
267 uc_string_20 descriptor;
273 unsigned char enable;
357 uint8 instance_of_type;
359 uint8 max_decimal_digits;
361 uint8 scale_divs_major;
362 uint8 scale_divs_minor;
366 uc_string_8 open_str;
367 uc_string_8 close_str;
368 uc_string_20 descriptor;
Definition: stdtypes.h:144
Definition: stdtypes.h:122
Definition: stdtypes.h:270
Definition: stdtypes.h:371
Definition: stdtypes.h:134
Definition: stdtypes.h:189
Definition: stdtypes.h:116
Definition: stdtypes.h:175
Definition: stdtypes.h:204
Definition: stdtypes.h:155
Definition: stdtypes.h:243
Definition: stdtypes.h:346
Definition: stdtypes.h:182
Definition: stdtypes.h:223
Definition: stdtypes.h:213
Definition: stdtypes.h:162