PdCom
5.3
Process data communication client
|
Result of Variable::poll() More...
#include <Variable.h>
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 |
T | getValue () const |
Result of Variable::poll()
This is a container for a Variable value. The data can be extracted with one of the many getValue() overloads.