67 "",
"",
"",
"",
"", 0, 0},
84 "",
"",
"",
"",
"", 0, 0},
184 for (
int i = 0;
i < 4;
i++)
185 *pdata++ = rand()%1024 + rand()%1024 + rand()%1024 + rand()%1024;
193 for (
int i = 0;
i < 4;
i++)
194 *pdata++ = rand()%1024 + rand()%1024 + rand()%1024 + rand()%1024;
219 for (
int i = 0;
i < 16;
i++)
220 *pdata++ = 100*sin(M_PI*time(NULL)/60+
i/2.0)+100;
const char * frontend_file_name
INT frontend_init()
Frontend initialization.
BOOL equipment_common_overwrite
const char * frontend_name
INT poll_trigger_event(INT source, INT count, BOOL test)
INT read_periodic_event(char *pevent, INT off)
INT read_trigger_event(char *pevent, INT off)
INT bk_close(void *event, void *pdata)
void bk_init(void *event)
void bk_create(void *event, const char *name, WORD type, void **pdata)
INT bk_size(const void *event)
INT ss_sleep(INT millisec)
void install_poll_event(INT(*f)(INT, INT, BOOL))