cc_tools_qt
Common Environment for Protocol Analysis.
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
cc_tools_qt::DataInfo Struct Reference

#include "cc_tools_qt/DataInfo.h"

Detailed Description

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.
 

Member Data Documentation

◆ m_extraProperties

PropertiesMap cc_tools_qt::DataInfo::m_extraProperties

Extra properties that can be used by other componets


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