cc_tools_qt
Common Environment for Protocol Analysis.
|
#include "cc_tools_qt/DataInfo.h"
Information about incomming or outdoing data.
Public Types | |
using | DataSeq = std::vector< std::uint8_t > |
Type of raw data sequence. | |
using | PropertiesMap = QVariantMap |
Type of extra properties storage. | |
using | Timestamp = std::chrono::time_point< TimestampClock > |
Type of timestamps. | |
using | TimestampClock = std::chrono::high_resolution_clock |
Type of clock used for timestamping. | |
Public Attributes | |
DataSeq | m_data |
Actual raw data. | |
PropertiesMap | m_extraProperties |
Timestamp | m_timestamp |
Timestamp when data has been received / sent. | |
PropertiesMap cc_tools_qt::DataInfo::m_extraProperties |
Extra properties that can be used by other componets