#include <commands_3dm.hpp>
|
FunctionSelector | function = static_cast<FunctionSelector>(0) |
| Parameters. More...
|
|
uint8_t | desc_set = 0 |
| The descriptor set of the stream to control. When function is SAVE, LOAD, or DEFAULT, can be ALL_STREAMS(0) to apply to all descriptor sets. On Generation 5 products, this must be one of the above legacy constants. More...
|
|
bool | enable = 0 |
| True or false to enable or disable the stream. More...
|
|
◆ asTuple() [1/2]
auto mip::commands_3dm::DatastreamControl::asTuple |
( |
| ) |
|
|
inline |
◆ asTuple() [2/2]
auto mip::commands_3dm::DatastreamControl::asTuple |
( |
| ) |
const |
|
inline |
◆ create_sld_all()
◆ extract()
void mip::commands_3dm::DatastreamControl::extract |
( |
Serializer & |
serializer | ) |
|
◆ insert()
void mip::commands_3dm::DatastreamControl::insert |
( |
Serializer & |
serializer | ) |
const |
◆ ALL_STREAMS
constexpr const uint8_t mip::commands_3dm::DatastreamControl::ALL_STREAMS = 0x00 |
|
staticconstexpr |
◆ desc_set
uint8_t mip::commands_3dm::DatastreamControl::desc_set = 0 |
The descriptor set of the stream to control. When function is SAVE, LOAD, or DEFAULT, can be ALL_STREAMS(0) to apply to all descriptor sets. On Generation 5 products, this must be one of the above legacy constants.
◆ DESCRIPTOR
◆ DESCRIPTOR_SET
constexpr const uint8_t mip::commands_3dm::DatastreamControl::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET |
|
staticconstexpr |
◆ DOC_NAME
constexpr const char* mip::commands_3dm::DatastreamControl::DOC_NAME = "DatastreamControl" |
|
staticconstexpr |
◆ enable
bool mip::commands_3dm::DatastreamControl::enable = 0 |
True or false to enable or disable the stream.
◆ FIELD_DESCRIPTOR
◆ function
◆ HAS_FUNCTION_SELECTOR
constexpr const bool mip::commands_3dm::DatastreamControl::HAS_FUNCTION_SELECTOR = true |
|
staticconstexpr |
◆ LEGACY_FILTER_STREAM
constexpr const uint8_t mip::commands_3dm::DatastreamControl::LEGACY_FILTER_STREAM = 0x03 |
|
staticconstexpr |
◆ LEGACY_GNSS_STREAM
constexpr const uint8_t mip::commands_3dm::DatastreamControl::LEGACY_GNSS_STREAM = 0x02 |
|
staticconstexpr |
◆ LEGACY_IMU_STREAM
constexpr const uint8_t mip::commands_3dm::DatastreamControl::LEGACY_IMU_STREAM = 0x01 |
|
staticconstexpr |
◆ NAME
constexpr const char* mip::commands_3dm::DatastreamControl::NAME = "DatastreamControl" |
|
staticconstexpr |
The documentation for this struct was generated from the following files: