|
The VisAO Camera
|
|
3 #ifndef __profileutils_h__
4 #define __profileutils_h__
16 #define SEQ_NAME_LEN 2
25 char seqmsg[SEQ_MSG_LEN];
27 struct timespec seqtm;
36 int parse_seqmsg(
char * app, uint32_t *seqnum,
const char *sm);
38 int load_seqmsg(
char *sm,
const char * app, uint32_t seqnum);
44 #endif //__profileutils_h__