LibMultiSense
LibMultiSense Documentation
multisense::MultiSenseInfo Struct Reference

Static status info for the MultiSense. More...

#include <MultiSenseTypes.hh>

Collaboration diagram for multisense::MultiSenseInfo:

Classes

struct  DeviceInfo
 The Device information associated with the MultiSense. More...
 
struct  ImuInfo
 Information about the IMU onboard the MultiSense. More...
 
struct  NetworkInfo
 The network configuration for the MultiSense. More...
 
struct  SensorVersion
 Version information for the MultiSense. More...
 
struct  SupportedOperatingMode
 A valid operating mode for the MultiSense. More...
 
struct  Version
 Convenience wrapper for a version number See https://semver.org/. More...
 

Public Attributes

DeviceInfo device
 Device info. More...
 
SensorVersion version
 Sensor Version info. More...
 
std::vector< SupportedOperatingModeoperating_modes
 Supported operating modes. More...
 
std::optional< ImuInfoimu
 Supported operating modes for the IMU sensors (accelerometer, gyroscope, magnetometer). More...
 
NetworkInfo network
 The network configuration of the MultiSense. More...
 

Detailed Description

Static status info for the MultiSense.

Will not change during camera operation

Definition at line 1262 of file MultiSenseTypes.hh.

Member Data Documentation

◆ device

DeviceInfo multisense::MultiSenseInfo::device

Device info.

Definition at line 1625 of file MultiSenseTypes.hh.

◆ imu

std::optional<ImuInfo> multisense::MultiSenseInfo::imu

Supported operating modes for the IMU sensors (accelerometer, gyroscope, magnetometer).

Will be invalid if an IMU is not present

Definition at line 1641 of file MultiSenseTypes.hh.

◆ network

NetworkInfo multisense::MultiSenseInfo::network

The network configuration of the MultiSense.

Definition at line 1646 of file MultiSenseTypes.hh.

◆ operating_modes

std::vector<SupportedOperatingMode> multisense::MultiSenseInfo::operating_modes

Supported operating modes.

Definition at line 1635 of file MultiSenseTypes.hh.

◆ version

SensorVersion multisense::MultiSenseInfo::version

Sensor Version info.

Definition at line 1630 of file MultiSenseTypes.hh.


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