libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::Topic::Message< Data > Struct Template Reference

带时间戳的类型化消息。Timestamped typed message. More...

#include <message.hpp>

Collaboration diagram for LibXR::Topic::Message< Data >:
[legend]

Data Fields

MicrosecondTimestamp timestamp
 消息时间戳。Message timestamp.
 
Data data
 消息数据。Message payload.
 

Detailed Description

template<typename Data>
struct LibXR::Topic::Message< Data >

带时间戳的类型化消息。Timestamped typed message.

Definition at line 155 of file message.hpp.

Field Documentation

◆ data

template<typename Data >
Data LibXR::Topic::Message< Data >::data

消息数据。Message payload.

Definition at line 160 of file message.hpp.

◆ timestamp

template<typename Data >
MicrosecondTimestamp LibXR::Topic::Message< Data >::timestamp

消息时间戳。Message timestamp.

Definition at line 159 of file message.hpp.


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