![]() |
ChimeraTK-DeviceAccess 03.20.00
|
#include <VariableDistributor.h>
Additional Inherited Members | |
![]() | |
GenericAsyncVariable (std::nullptr_t &dataBuffer, VersionNumber &v, unsigned int nChannels, unsigned int nElements) | |
const std::string & | getUnit () override |
Make template specialisations on the SourceType in case the source data contains a unit. | |
const std::string & | getDescription () override |
Make template specialisations on the SourceType in case the source data contains a description. | |
![]() | |
AsyncVariableImpl (size_t nChannels, size_t nElements) | |
void | send () final |
Send the value from the _sendBuffer of the AsyncVariableImpl. | |
void | sendException (std::exception_ptr e) final |
Send an exception to all subscribers. | |
unsigned int | getNumberOfChannels () override |
Helper functions for the creation of an AsyncNDRegisterAccessor. | |
unsigned int | getNumberOfSamples () override |
![]() | |
virtual | ~AsyncVariable ()=default |
![]() | |
NDRegisterAccessor< UserType >::Buffer | _sendBuffer |
![]() | |
std::string | _emptyString |
std::nullptr_t & | _dataBuffer |
VersionNumber & | _version |
Definition at line 52 of file VariableDistributor.h.