Builder component of Block reader objects. Contains setter methods to configure the Block reader parameters and a build
method that builds the Unit object.
More...
Builder component of Block reader objects. Contains setter methods to configure the Block reader parameters and a build
method that builds the Unit object.
Public Member Functions | |
virtual ErrCode INTERFACE_FUNC | build (IBlockReader **blockReader)=0 |
Builds and returns a Block reader object using the currently set values of the Builder. More... | |
virtual ErrCode INTERFACE_FUNC | setOldBlockReader (IBlockReader *blockReader)=0 |
Sets old block reader instance to copy from. More... | |
virtual ErrCode INTERFACE_FUNC | getOldBlockReader (IBlockReader **blockReader)=0 |
Gets the old Block reader instance to copy from. More... | |
virtual ErrCode INTERFACE_FUNC | setSignal (ISignal *signal)=0 |
Sets the signal to block reader. More... | |
virtual ErrCode INTERFACE_FUNC | getSignal (ISignal **signal)=0 |
Gets the signal. More... | |
virtual ErrCode INTERFACE_FUNC | setInputPort (IInputPort *port)=0 |
Sets the input port to block reader. More... | |
virtual ErrCode INTERFACE_FUNC | getInputPort (IInputPort **port)=0 |
Gets the input port. More... | |
virtual ErrCode INTERFACE_FUNC | setValueReadType (SampleType type)=0 |
Sets the value signal read type. More... | |
virtual ErrCode INTERFACE_FUNC | getValueReadType (SampleType *type)=0 |
Gets the value signal read type. More... | |
virtual ErrCode INTERFACE_FUNC | setDomainReadType (SampleType type)=0 |
Sets the domain signal read type. More... | |
virtual ErrCode INTERFACE_FUNC | getDomainReadType (SampleType *type)=0 |
Gets the domain signal read type. More... | |
virtual ErrCode INTERFACE_FUNC | setReadMode (ReadMode mode)=0 |
Sets the read mode (Unscaled, Scaled, RawValue) More... | |
virtual ErrCode INTERFACE_FUNC | getReadMode (ReadMode *mode)=0 |
Gets the read mode (Unscaled, Scaled, RawValue) More... | |
virtual ErrCode INTERFACE_FUNC | setBlockSize (SizeT size)=0 |
Sets the block size. More... | |
virtual ErrCode INTERFACE_FUNC | getBlockSize (SizeT *size)=0 |
Gets the block size. More... | |
virtual ErrCode INTERFACE_FUNC | setOverlap (SizeT overlap)=0 |
Sets the overlap. More... | |
virtual ErrCode INTERFACE_FUNC | getOverlap (SizeT *overlap)=0 |
Gets the overlap. More... | |
virtual ErrCode INTERFACE_FUNC | setSkipEvents (Bool skipEvents)=0 |
Sets the skip events. More... | |
virtual ErrCode INTERFACE_FUNC | getSkipEvents (Bool *skipEvents)=0 |
Gets the skip events. More... | |
![]() | |
virtual ErrCode INTERFACE_FUNC | borrowInterface (const IntfID &intfID, void **obj) const =0 |
Returns another interface which is supported by the object without incrementing the reference count. More... | |
virtual ErrCode INTERFACE_FUNC | dispose ()=0 |
Disposes all references held by the object. More... | |
virtual ErrCode INTERFACE_FUNC | getHashCode (SizeT *hashCode)=0 |
Returns hash code of the object. More... | |
virtual ErrCode INTERFACE_FUNC | equals (IBaseObject *other, Bool *equal) const =0 |
Compares object to another object for equality. More... | |
virtual ErrCode INTERFACE_FUNC | toString (CharPtr *str)=0 |
Returns a string representation of the object. More... | |
![]() | |
virtual ErrCode INTERFACE_FUNC | queryInterface (const IntfID &intfID, void **obj)=0 |
Returns another interface which is supported by the object and increments the reference count. More... | |
virtual int INTERFACE_FUNC | addRef ()=0 |
Increments the reference count for an interface on an object. More... | |
virtual int INTERFACE_FUNC | releaseRef ()=0 |
Decrements the reference count for an interface on an object. More... | |
|
pure virtual |
Builds and returns a Block reader object using the currently set values of the Builder.
[out] | blockReader | The built Block reader. |
|
pure virtual |
Gets the block size.
[out] | mode | The block size |
|
pure virtual |
Gets the domain signal read type.
[out] | type | The domain signal read type |
|
pure virtual |
Gets the input port.
port | The input port which will be handled in block reader |
|
pure virtual |
Gets the old Block reader instance to copy from.
blockReader | The old Block reader instance |
|
pure virtual |
Gets the overlap.
[out] | mode | The overlap[ |
|
pure virtual |
Gets the read mode (Unscaled, Scaled, RawValue)
[out] | mode | The read mode |
Gets the signal.
signal | The signal which will be handled in block reader |
|
pure virtual |
Gets the skip events.
[out] | skipEvents | The skip events |
|
pure virtual |
Gets the value signal read type.
[out] | type | The value signal read type |
|
pure virtual |
Sets the block size.
mode | The block size |
|
pure virtual |
Sets the domain signal read type.
type | The domain signal read type |
|
pure virtual |
Sets the input port to block reader.
port | The input port which will be handled in block reader |
|
pure virtual |
Sets old block reader instance to copy from.
blockReader | The old Block reader instance |
|
pure virtual |
Sets the overlap.
mode | The overlap |
|
pure virtual |
Sets the read mode (Unscaled, Scaled, RawValue)
mode | The read mode |
Sets the signal to block reader.
signal | The signal which will be handled in block reader |
|
pure virtual |
Sets the skip events.
skipEvents | The skip events |
|
pure virtual |
Sets the value signal read type.
type | The value signal read type |