|
Stima V4 Slave RAIN
4.2
|
System message for queue. More...
#include <local_typedef.h>
Public Attributes | |
| uint8_t | task_dest |
| Command struct. More... | |
| struct { | |
| uint8_t do_calib: 1 | |
| Calibrate accelerometr. More... | |
| uint8_t do_inibith: 1 | |
| Request inibith sleep (system_status) More... | |
| uint8_t do_maint: 1 | |
| Request maintenance (system_status) More... | |
| uint8_t do_sleep: 1 | |
| Optional param for difference level Sleep. More... | |
| uint8_t do_cmd: 1 | |
| Using param to determine type of message command. More... | |
| uint8_t done_cmd: 1 | |
| Using param to determine type of message response. More... | |
| } | command |
| uint32_t | param |
| 32 Bit for generic data or casting to pointer More... | |
System message for queue.
Definition at line 130 of file local_typedef.h.
| struct { ... } system_message_t::command |
| uint8_t system_message_t::do_calib |
Calibrate accelerometr.
Definition at line 136 of file local_typedef.h.
| uint8_t system_message_t::do_cmd |
Using param to determine type of message command.
Definition at line 140 of file local_typedef.h.
| uint8_t system_message_t::do_inibith |
Request inibith sleep (system_status)
Definition at line 137 of file local_typedef.h.
| uint8_t system_message_t::do_maint |
Request maintenance (system_status)
Definition at line 138 of file local_typedef.h.
| uint8_t system_message_t::do_sleep |
Optional param for difference level Sleep.
Definition at line 139 of file local_typedef.h.
| uint8_t system_message_t::done_cmd |
Using param to determine type of message response.
Definition at line 141 of file local_typedef.h.
| uint32_t system_message_t::param |
32 Bit for generic data or casting to pointer
Definition at line 143 of file local_typedef.h.
| uint8_t system_message_t::task_dest |