Developer World
Spresense SDK Library v3.2.0-ebc0364
sensor_command_data_mh_t Struct Reference

The command of send some sensor data with MemHandle to the sensor manager. This function only can call on C++. More...

#include <sensor_api.h>

Collaboration diagram for sensor_command_data_mh_t:

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
 
MemMgrLite::MemHandle mh
 

Detailed Description

The command of send some sensor data with MemHandle to the sensor manager. This function only can call on C++.

Member Data Documentation

◆ header

command header

◆ self

unsigned int self

sender sensor ID

◆ time

unsigned int time

time stamp

◆ fs

unsigned int fs

frequensy

◆ size

unsigned int size

number of samples

◆ mh

mem handle for send data


The documentation for this struct was generated from the following file: