![]() |
VR-Forces 4.0.4 Class Documentation
|
Instances of DtAnalogOutputPort are input ports through which data producers can send real numbers. More...

Public Member Functions | |
| DtAnalogOutputPort (const DtString &portName) | |
| virtual | ~DtAnalogOutputPort () |
| virtual const DtString | type () const |
| returns DtAnalogPortDataType | |
| virtual void | createPortData () |
| Creates a DtAnalogPortData. | |
| virtual void | setValue (double value) |
| Sets a value to the port, and sends the data if it is different from the current value. | |
| virtual double | value () const |
| Return the current value. | |
Instances of DtAnalogOutputPort are input ports through which data producers can send real numbers.
| DtAnalogOutputPort::DtAnalogOutputPort | ( | const DtString & | portName | ) |
| virtual DtAnalogOutputPort::~DtAnalogOutputPort | ( | ) | [virtual] |
| virtual const DtString DtAnalogOutputPort::type | ( | ) | const [virtual] |
returns DtAnalogPortDataType
Implements DtOutputPort.
| virtual void DtAnalogOutputPort::createPortData | ( | ) | [virtual] |
Creates a DtAnalogPortData.
Implements DtOutputPort.
| virtual void DtAnalogOutputPort::setValue | ( | double | value | ) | [virtual] |
Sets a value to the port, and sends the data if it is different from the current value.
Reimplemented in DtConstrainedAnalogOutputPort.
| virtual double DtAnalogOutputPort::value | ( | ) | const [virtual] |
Return the current value.