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

Public Member Functions | |
| DtBooleanOutputPort (const DtString &portName) | |
| virtual | ~DtBooleanOutputPort () |
| virtual const DtString | type () const |
| returns DtBooleanPortDataType | |
| virtual void | createPortData () |
| Creates a DtBooleanPortData. | |
| virtual void | setValue (bool value) |
| Sets a value to the port, and sends the data if it is different from the current value. | |
| virtual bool | value () const |
| Return the current value. | |
Instances of DtBooleanOutputPort are output ports through which data producers can send boolean data.
| DtBooleanOutputPort::DtBooleanOutputPort | ( | const DtString & | portName | ) |
| virtual DtBooleanOutputPort::~DtBooleanOutputPort | ( | ) | [virtual] |
| virtual const DtString DtBooleanOutputPort::type | ( | ) | const [virtual] |
returns DtBooleanPortDataType
Implements DtOutputPort.
| virtual void DtBooleanOutputPort::createPortData | ( | ) | [virtual] |
Creates a DtBooleanPortData.
Implements DtOutputPort.
| virtual void DtBooleanOutputPort::setValue | ( | bool | value | ) | [virtual] |
Sets a value to the port, and sends the data if it is different from the current value.
| virtual bool DtBooleanOutputPort::value | ( | ) | const [virtual] |
Return the current value.