VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
state.h File Reference
#include "vlcb/common/node.h"
#include "vlcb/platform/time.h"
#include <stdint.h>
Include dependency graph for state.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  VlcbModuleStateMachineSetupData
 
union  VlcbModuleStateMachineData
 
struct  VlcbModuleStateMachine
 

Typedefs

typedef uint8_t VlcbModuleState
 

Enumerations

enum  VlcbModuleState { VLCB_MODULE_STATE_UNINITIALIZED = 0 , VLCB_MODULE_STATE_SETUP , VLCB_MODULE_STATE_NORMAL }
 

Typedef Documentation

◆ VlcbModuleState

typedef uint8_t VlcbModuleState

Definition at line 8 of file state.h.

Enumeration Type Documentation

◆ VlcbModuleState

Enumerator
VLCB_MODULE_STATE_UNINITIALIZED 
VLCB_MODULE_STATE_SETUP 
VLCB_MODULE_STATE_NORMAL 

Definition at line 9 of file state.h.