OS  v7.3.3
Documentation
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 CqATCLI_Command_tAn AT-Command object
 CqATCLI_Handler_tThe command argument with all the regarding information of the incoming AT command
 CqATCLI_tAn AT Command Line Interface (CLI) object
 CqBSBuffer_tA BSBuffer(Byte-sized buffer) object
 CqCR_Semaphore_tA typedef to instantiate a Co-Routine Semaphore
 CqEdgeCheck_IONode_tAn input node object for edge checking
 CqEdgeCheck_tAn I/O edge check object
 CqEvent_tThe task argument with all the regarding information of the task execution
 CqList_CompareHandle_tHandle of the qList_Sort() API that is passed as an argument to the compare function
 CqList_ForEachHandle_tHandle of the qList_ForEach() API that is passed as an argument to the function that operates on each node
 CqList_Iterator_tTypedef to hold a list-iterator instance
 CqList_Node_tA list-node object (Used internally)
 CqList_tA list object (Generic double-linked)
 CqQueue_tA Queue object
 CqResponse_tA Response Handler object
 CqSM_Handler_tThe callback argument to handle the state-machine dynamics and provide execution information. Some members can be written to perform state-transitions
 CqSM_Signal_tThe type to be used as a container variable for a signal
 CqSM_State_tA state object
 CqSM_tA FSM(Finite State Machine) object
 CqSM_TimeoutSpec_tA FSM Timeout-specification object
 CqSM_TimeoutStateDefinition_tThis structure should be used to define an item for a timeout-specification table
 CqSM_Transition_tThis structure should be used to define an item for a state transition table
 CqSTimer_tA STimer(Software Timer) object
 CqTask_tA task node object