|
SRS-control 0.1.4
|
#include <SRSDataStructs.hpp>
Public Member Functions | |
| auto | operator== (const MarkerData &) const -> bool=default |
Public Attributes | |
| uint8_t | vmm_id {} |
| VMM ID for the marker data. | |
| uint64_t | srs_timestamp {} |
| Timestamp value. | |
Definition at line 27 of file SRSDataStructs.hpp.
|
default |
| uint64_t srs::MarkerData::srs_timestamp {} |
Timestamp value.
Definition at line 30 of file SRSDataStructs.hpp.
| uint8_t srs::MarkerData::vmm_id {} |
VMM ID for the marker data.
Definition at line 29 of file SRSDataStructs.hpp.