RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
rtctk::telSub::DataSampleView Struct Reference

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

#include <rtctk/telSub/dataSampleView.hpp>

Public Member Functions

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

Public Attributes

taiclock::TaiClock::time_point time_stamp
 Time stamp of data sample.
 
gsl::span< const uint8_tdata
 Span containing the data.
 

Detailed Description

Agnostic data sample non-owning reference type.

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ data

gsl::span<const uint8_t> rtctk::telSub::DataSampleView::data

Span containing the data.

◆ time_stamp

taiclock::TaiClock::time_point rtctk::telSub::DataSampleView::time_stamp

Time stamp of data sample.


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