Builder component of Tail reader objects. Contains setter methods to configure the Tail reader parameters and a build
method that builds the Unit object.
More...
Inherits ObjectPtr< ITailReaderBuilder >.
Builder component of Tail reader objects. Contains setter methods to configure the Tail reader parameters and a build
method that builds the Unit object.
Public Member Functions | |
daq::TailReaderPtr | build () const |
Builds and returns a Tail reader object using the currently set values of the Builder. More... | |
TailReaderBuilderPtr | setSignal (const daq::SignalPtr &signal) const |
Sets the signal to tail reader. More... | |
daq::SignalPtr | getSignal () const |
Gets the signal. More... | |
TailReaderBuilderPtr | setInputPort (const daq::InputPortPtr &port) const |
Sets the input port to tail reader. More... | |
daq::InputPortPtr | getInputPort () const |
Gets the input port. More... | |
TailReaderBuilderPtr | setValueReadType (daq::SampleType type) const |
Sets the value signal read type. More... | |
daq::SampleType | getValueReadType () const |
Gets the value signal read type. More... | |
TailReaderBuilderPtr | setDomainReadType (daq::SampleType type) const |
Sets the domain signal read type. More... | |
daq::SampleType | getDomainReadType () const |
Gets the domain signal read type. More... | |
TailReaderBuilderPtr | setReadMode (daq::ReadMode mode) const |
Sets the read mode (Unscaled, Scaled, RawValue) More... | |
daq::ReadMode | getReadMode () const |
Gets the read mode (Unscaled, Scaled, RawValue) More... | |
TailReaderBuilderPtr | setHistorySize (daq::SizeT historySize) const |
Sets the history size. More... | |
daq::SizeT | getHistorySize () const |
Gets the history size. More... | |
TailReaderBuilderPtr | setSkipEvents (daq::Bool skipEvents) const |
Sets the skip events. More... | |
daq::Bool | getSkipEvents () const |
Gets the skip events. More... | |
|
inline |
Builds and returns a Tail reader object using the currently set values of the Builder.
|
inline |
Gets the domain signal read type.
|
inline |
Gets the history size.
|
inline |
Gets the input port.
|
inline |
Gets the read mode (Unscaled, Scaled, RawValue)
|
inline |
Gets the signal.
|
inline |
Gets the skip events.
|
inline |
Gets the value signal read type.
|
inline |
Sets the domain signal read type.
type | The domain signal read type |
|
inline |
Sets the history size.
historySize | The history size |
|
inline |
Sets the input port to tail reader.
port | The input port which will be handled in tail reader |
|
inline |
Sets the read mode (Unscaled, Scaled, RawValue)
mode | The read mode |
|
inline |
Sets the signal to tail reader.
signal | The signal which will be handled in tail reader |
|
inline |
Sets the skip events.
skipEvents | The skip events |
|
inline |
Sets the value signal read type.
type | The value signal read type |