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

#include "cc_tools_qt/ToolsDataInfo.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
 Extra properties that can be used by other componets.
 
Timestamp m_timestamp
 Timestamp when data has been received / sent.
 

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