Helper for extracting data of a stream message (NMEA, RTCM3, etc.)  
 More...
#include <fpl.hpp>
Helper for extracting data of a stream message (NMEA, RTCM3, etc.) 
Definition at line 374 of file fpl.hpp.
 
◆ StreamMsg()
      
        
          | fpsdk::common::fpl::StreamMsg::StreamMsg  | 
          ( | 
          const FplMessage & |           log_msg | ) | 
           | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | [in] | log_msg | .fpl log message  | 
  
   
 
 
◆ valid_
      
        
          | bool fpsdk::common::fpl::StreamMsg::valid_ | 
        
      
 
Data valid, successfully extracted from message. 
Definition at line 382 of file fpl.hpp.
 
 
◆ info_
      
        
          | std::string fpsdk::common::fpl::StreamMsg::info_ | 
        
      
 
Stringification of (some of the) data, for debugging. 
Definition at line 383 of file fpl.hpp.
 
 
◆ rec_time_
Recording timestamp. 
Definition at line 384 of file fpl.hpp.
 
 
◆ stream_name_
      
        
          | std::string fpsdk::common::fpl::StreamMsg::stream_name_ | 
        
      
 
Stream name. 
Definition at line 385 of file fpl.hpp.
 
 
◆ msg_data_
      
        
          | std::vector<uint8_t> fpsdk::common::fpl::StreamMsg::msg_data_ | 
        
      
 
Message data. 
Definition at line 386 of file fpl.hpp.
 
 
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/fpl.hpp