|
virtual ErrCode INTERFACE_FUNC | getValueTransformFunction (IFunction **transform)=0 |
| Gets the transform function that will be called with the read value-data and currently valid Signal-Descriptor giving the user the chance add a custom post-processing step. More...
|
|
virtual ErrCode INTERFACE_FUNC | getDomainTransformFunction (IFunction **transform)=0 |
| Gets the transform function that will be called with the read domain-data and currently valid Signal-Descriptor giving the user the chance add a custom post-processing step. More...
|
|
virtual ErrCode INTERFACE_FUNC | getInputPorts (IList **ports)=0 |
| Gets the internally created input-ports if used. More...
|
|
virtual ErrCode INTERFACE_FUNC | getReadTimeoutType (ReadTimeoutType *timeoutType)=0 |
| Gets the type of time-out handling used by the reader. More...
|
|
virtual ErrCode INTERFACE_FUNC | markAsInvalid ()=0 |
| Marks the current reader as invalid preventing any additional operations to be performed on the reader except reusing its info and configuration in a new reader.
|
|
daq::FunctionPtr | getValueTransformFunction () const |
| Gets the transform function that will be called with the read value-data and currently valid Signal-Descriptor giving the user the chance add a custom post-processing step. More...
|
|
daq::FunctionPtr | getDomainTransformFunction () const |
| Gets the transform function that will be called with the read domain-data and currently valid Signal-Descriptor giving the user the chance add a custom post-processing step. More...
|
|
daq::ListPtr< daq::IInputPortConfig > | getInputPorts () const |
| Gets the internally created input-ports if used. More...
|
|
daq::ReadTimeoutType | getReadTimeoutType () const |
| Gets the type of time-out handling used by the reader. More...
|
|
void | markAsInvalid () const |
| Marks the current reader as invalid preventing any additional operations to be performed on the reader except reusing its info and configuration in a new reader.
|
|