RTC Toolkit  0.1.0-alpha
Public Member Functions | Public Attributes | List of all members
rtctk::telSub::DataSampleRef Struct Reference

#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
 

Detailed Description

Agnostic data sample reference type.

Member Function Documentation

◆ operator!=()

bool rtctk::telSub::DataSampleRef::operator!= ( DataSampleRef const &  rhs) const
noexcept

◆ operator==()

bool rtctk::telSub::DataSampleRef::operator== ( DataSampleRef const &  rhs) const
noexcept

Member Data Documentation

◆ data

std::uint8_t const* rtctk::telSub::DataSampleRef::data

Pointer to first byte in data sample payload.

◆ size

std::uint32_t rtctk::telSub::DataSampleRef::size

Number of elements in data.

◆ time_stamp

double rtctk::telSub::DataSampleRef::time_stamp

Time stamp of data sample.


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