PdCom  5.3
Process data communication client
Loading...
Searching...
No Matches
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.

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: