PdCom  5.3
Process data communication client
Public Member Functions | List of all members
PdCom::VariablePollResult Class Reference

Result of Variable::poll() More...

#include <Variable.h>

Inheritance diagram for PdCom::VariablePollResult:
PdCom::DataDeserializer< VariablePollResult >

Public Member Functions

 VariablePollResult (Variable var)
 
const void * getData () const noexcept
 
void * getData () noexcept
 
Variable getVariable () const noexcept
 
- Public Member Functions inherited from PdCom::DataDeserializer< VariablePollResult >
std::enable_if<!std::is_arithmetic< T >::value, void >::type getValue (T &dest, size_t offset=0) const
 Copy the values into a custom buffer. More...
 
std::enable_if< std::is_arithmetic< T >::value, void >::type getValue (T &dest, size_t offset=0) const
 Copy the values into a custom buffer. More...
 
void getValue (T(&dest)[M][N]) const
 
void getValue (T(&dest)[N], size_t offset=0) const
 
getValue () const
 

Detailed Description

Result of Variable::poll()

This is a container for a Variable value. The data can be extracted with one of the many getValue() overloads.


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