RobotUnitDataStreamingReceiver::DataEntryReader< T > Struct Template Reference

#include <RobotAPI/libraries/RobotUnitDataStreamingReceiver/RobotUnitDataStreamingReceiver.h>

Public Member Functions

 DataEntryReader ()=default
 
 DataEntryReader (const DataEntryReader &)=default
 
 DataEntryReader (const RobotUnitDataStreaming::DataEntry &k)
 
 DataEntryReader (DataEntryReader &&)=default
 
T get (const RobotUnitDataStreaming::TimeStep &t) const
 
T operator() (const RobotUnitDataStreaming::TimeStep &t) const
 
DataEntryReaderoperator= (const DataEntryReader &)=default
 
DataEntryReaderoperator= (const RobotUnitDataStreaming::DataEntry &k)
 
DataEntryReaderoperator= (DataEntryReader &&)=default
 
void set (const RobotUnitDataStreaming::DataEntry &k)
 

Detailed Description

template<class T>
struct armarx::RobotUnitDataStreamingReceiver::DataEntryReader< T >

Definition at line 60 of file RobotUnitDataStreamingReceiver.h.

Constructor & Destructor Documentation

◆ DataEntryReader() [1/4]

template<class T>
DataEntryReader ( )
default
+ Here is the caller graph for this function:

◆ DataEntryReader() [2/4]

template<class T>
DataEntryReader ( DataEntryReader< T > && )
default
+ Here is the call graph for this function:

◆ DataEntryReader() [3/4]

template<class T>
DataEntryReader ( const DataEntryReader< T > & )
default
+ Here is the call graph for this function:

◆ DataEntryReader() [4/4]

template<class T>
DataEntryReader ( const RobotUnitDataStreaming::DataEntry & k)
inline

Definition at line 120 of file RobotUnitDataStreamingReceiver.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ get()

template<class T>
T get ( const RobotUnitDataStreaming::TimeStep & t) const
inline

Definition at line 147 of file RobotUnitDataStreamingReceiver.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator()()

template<class T>
T operator() ( const RobotUnitDataStreaming::TimeStep & t) const
inline

Definition at line 155 of file RobotUnitDataStreamingReceiver.h.

+ Here is the call graph for this function:

◆ operator=() [1/3]

template<class T>
DataEntryReader & operator= ( const DataEntryReader< T > & )
default
+ Here is the call graph for this function:

◆ operator=() [2/3]

template<class T>
RobotUnitDataStreamingReceiver::DataEntryReader< T > & operator= ( const RobotUnitDataStreaming::DataEntry & k)
inline

Definition at line 138 of file RobotUnitDataStreamingReceiver.h.

+ Here is the call graph for this function:

◆ operator=() [3/3]

template<class T>
DataEntryReader & operator= ( DataEntryReader< T > && )
default
+ Here is the call graph for this function:

◆ set()

template<class T>
void set ( const RobotUnitDataStreaming::DataEntry & k)
inline

Definition at line 128 of file RobotUnitDataStreamingReceiver.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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