#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 | ( |  | ) | const |  | inline | 
 
 
◆ asTuple() [2/2]
  
  | 
        
          | auto mip::commands_3dm::DatastreamControl::asTuple | ( |  | ) |  |  | inline | 
 
 
◆ create_sld_all()
◆ insert()
      
        
          | void mip::commands_3dm::DatastreamControl::insert | ( | Serializer & | serializer | ) | const | 
      
 
 
◆ extract()
      
        
          | void mip::commands_3dm::DatastreamControl::extract | ( | Serializer & | serializer | ) |  | 
      
 
 
◆ LEGACY_IMU_STREAM
  
  | 
        
          | constexpr const uint8_t mip::commands_3dm::DatastreamControl::LEGACY_IMU_STREAM = 0x01 |  | staticconstexpr | 
 
 
◆ LEGACY_GNSS_STREAM
  
  | 
        
          | constexpr const uint8_t mip::commands_3dm::DatastreamControl::LEGACY_GNSS_STREAM = 0x02 |  | staticconstexpr | 
 
 
◆ LEGACY_FILTER_STREAM
  
  | 
        
          | constexpr const uint8_t mip::commands_3dm::DatastreamControl::LEGACY_FILTER_STREAM = 0x03 |  | staticconstexpr | 
 
 
◆ ALL_STREAMS
  
  | 
        
          | constexpr const uint8_t mip::commands_3dm::DatastreamControl::ALL_STREAMS = 0x00 |  | staticconstexpr | 
 
 
◆ function
◆ desc_set
      
        
          | uint8_t mip::commands_3dm::DatastreamControl::desc_set = 0 | 
      
 
 
◆ enable
      
        
          | bool mip::commands_3dm::DatastreamControl::enable = 0 | 
      
 
 
◆ DESCRIPTOR_SET
  
  | 
        
          | constexpr const uint8_t mip::commands_3dm::DatastreamControl::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET |  | staticconstexpr | 
 
 
◆ FIELD_DESCRIPTOR
◆ DESCRIPTOR
◆ NAME
  
  | 
        
          | constexpr const char* mip::commands_3dm::DatastreamControl::NAME = "DatastreamControl" |  | staticconstexpr | 
 
 
◆ DOC_NAME
  
  | 
        
          | constexpr const char* mip::commands_3dm::DatastreamControl::DOC_NAME = "Data Stream Control" |  | staticconstexpr | 
 
 
◆ HAS_FUNCTION_SELECTOR
  
  | 
        
          | constexpr const bool mip::commands_3dm::DatastreamControl::HAS_FUNCTION_SELECTOR = true |  | staticconstexpr | 
 
 
The documentation for this struct was generated from the following files: