Struct SimOne_Data_SensorConfigurations¶
ClassList > SimOne_Data_SensorConfigurations
#include <SimOneIOStruct.h>
Public Attributes¶
| Type | Name |
|---|---|
| SimOne_Data_SensorConfiguration | data |
| int | dataSize |
Public Attributes Documentation¶
variable data¶
SimOne_Data_SensorConfiguration SimOne_Data_SensorConfigurations::data[100];
存储传感器配置信息的数组,最大容量由 SOSM_SENSOR_CONFIGURATION_SIZE_MAX 定义。 * Array storing sensor configuration information, with a maximum capacity defined by SOSM_SENSOR_CONFIGURATION_SIZE_MAX.
variable dataSize¶
int SimOne_Data_SensorConfigurations::dataSize;
传感器配置数据的数量。 * The number of sensor configuration entries.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h