The command of send some sensor data without MemHandle to the sensor manager. More...
#include <sensor_api.h>

Public Member Functions | |
| unsigned int | get_self (void) |
Public Attributes | |
| sensor_command_header_t | header |
| unsigned int | self: 8 |
| unsigned int | time: 24 |
| unsigned int | fs: 16 |
| unsigned int | size: 16 |
| bool | is_ptr |
| union { | |
| uint32_t data | |
| void * adr | |
| }; | |
The command of send some sensor data without MemHandle to the sensor manager.
|
inline |
self sensor id getter function
| sensor_command_header_t header |
command header
| unsigned int self |
sender sensor ID
| unsigned int time |
time stamp
| unsigned int fs |
frequensy
| unsigned int size |
number of samples
| bool is_ptr |
pointer or not
| uint32_t data |
send data
| void* adr |
send data address