DDS4CCM
1.0.8
|
Implementation of the Getter port for variable sized data types. More...
#include <Getter_T.h>
Public Member Functions | |
virtual bool | get_one (typename VALUE_TYPE::_out_type an_instance,::CCM_DDS::ReadInfo_out info) |
get_one implementation for variable sized datatypes. |
Implementation of the Getter port for variable sized data types.
bool CIAO::DDS4CCM::Getter_T< GETTER_TYPE, TYPED_DDS_READER, VALUE_TYPE, SEQ_VALUE_TYPE, false >::get_one | ( | typename VALUE_TYPE::_out_type | an_instance, |
::CCM_DDS::ReadInfo_out | info | ||
) | [virtual] |
get_one implementation for variable sized datatypes.
Spec : get_one returns the next sample to be gotten.
Returns false when 'wait' times out or when no valid data could be read from DDS. Return true, when 'wait' is triggered.