9#ifndef SENSOR_FUSION_STATUS_H_
10#define SENSOR_FUSION_STATUS_H_
fusion_status_t
Application-specific serial communications system.
void initializeStatusSubsystem(StatusSubsystem *pStatus)
StatusSubsystem() provides an object-like interface for communicating status to the user.
fusion_status_t previous
Previous status state - fusion_status_t is defined in sensor_fusion.h.
ssUpdateStatus_t * update
make pending status active/visible
uint8_t toggle
This implementation can change LED color and have either solid/toggle.
ssUpdateStatus_t * test
unit test which simply increments to next state
ssSetStatus_t * set
change status immediately - no delay
ssSetStatus_t * queue
queue status change for next regular interval
ssGetStatus_t * get
return status
fusion_status_t status
Current status.
fusion_status_t next
Pending status change.