|
RTC Toolkit
0.1.0-alpha
|
#include <dataSample.hpp>
Public Member Functions | |
| bool | operator== (DataSampleRef const &rhs) const noexcept |
| bool | operator!= (DataSampleRef const &rhs) const noexcept |
Public Attributes | |
| double | time_stamp |
| std::uint8_t const * | data |
| std::uint32_t | size |
Agnostic data sample reference type.
|
noexcept |
|
noexcept |
| std::uint8_t const* rtctk::telSub::DataSampleRef::data |
Pointer to first byte in data sample payload.
| std::uint32_t rtctk::telSub::DataSampleRef::size |
Number of elements in data.
| double rtctk::telSub::DataSampleRef::time_stamp |
Time stamp of data sample.