![]() |
VR-Forces 4.0.4 Class Documentation
|
Instances of DtIntegerOutputPort are output ports through which data producers can send integer values. More...

Public Member Functions | |
| DtIntegerOutputPort (const DtString &portName) | |
| virtual | ~DtIntegerOutputPort () |
| virtual const DtString | type () const |
| returns DtIntegerPortDataType | |
| virtual void | createPortData () |
| Creates a DtIntegerPortData. | |
| virtual void | setValue (int value) |
| Sets a value to the port, and sends the data if it is different from the current value. | |
| virtual int | value () const |
| Return the current value. | |
Instances of DtIntegerOutputPort are output ports through which data producers can send integer values.
| DtIntegerOutputPort::DtIntegerOutputPort | ( | const DtString & | portName | ) |
| virtual DtIntegerOutputPort::~DtIntegerOutputPort | ( | ) | [virtual] |
| virtual const DtString DtIntegerOutputPort::type | ( | ) | const [virtual] |
returns DtIntegerPortDataType
Implements DtOutputPort.
| virtual void DtIntegerOutputPort::createPortData | ( | ) | [virtual] |
Creates a DtIntegerPortData.
Implements DtOutputPort.
| virtual void DtIntegerOutputPort::setValue | ( | int | value | ) | [virtual] |
Sets a value to the port, and sends the data if it is different from the current value.
Reimplemented in DtConstrainedIntegerOutputPort.
| virtual int DtIntegerOutputPort::value | ( | ) | const [virtual] |
Return the current value.