VR-Forces 4.0.4 Class Documentation
Public Member Functions
DtBooleanOutputPort Class Reference

Instances of DtBooleanOutputPort are output ports through which data producers can send boolean data. More...

Inheritance diagram for DtBooleanOutputPort:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Instances of DtBooleanOutputPort are output ports through which data producers can send boolean data.


Constructor & Destructor Documentation


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)