RTC Toolkit  2.0.0
Public Member Functions | Public Attributes | List of all members
rtctk::telSub::DataSampleView Struct Reference

Agnostic data sample non-owning reference type. More...

#include <dataSampleView.hpp>

Public Member Functions

bool operator== (DataSampleView const &rhs) const noexcept
 
bool operator!= (DataSampleView const &rhs) const noexcept
 

Public Attributes

double time_stamp
 Time stamp of data sample. More...
 
std::uint8_t const * data
 Pointer to first byte in data sample payload. More...
 
std::uint32_t size
 Number of bytes in data. More...
 

Detailed Description

Agnostic data sample non-owning reference type.

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ data

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

Pointer to first byte in data sample payload.

◆ size

std::uint32_t rtctk::telSub::DataSampleView::size

Number of bytes in data.

◆ time_stamp

double rtctk::telSub::DataSampleView::time_stamp

Time stamp of data sample.


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