Searched defs:ST_HSL_CONTROLLER (Results 1 – 1 of 1) sorted by relevance
247 typedef struct ST_HSL_CONTROLLER struct250 stSystemState* pSystemState; // location of structure for system state251 MS_U32 u32Port; // port on which connections will be accepted252 MS_U8 u8Instance;253 MS_BOOL bInit;257 hslThread logThreads[MAX_OUTPUT_THREADS];263 stListNode pendingWriteList[PENDING_WRITE_LIST_LEN];264 stListNode *pendingWriteHead; //TODO: initialize pointers with zeros265 MS_U16 pendingWriteLength;267 volatile MS_BOOL thread_finalize;[all …]