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

Instances of DtIntegerOutputPort are output ports through which data producers can send integer values. More...

Inheritance diagram for DtIntegerOutputPort:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Instances of DtIntegerOutputPort are output ports through which data producers can send integer values.


Constructor & Destructor Documentation


Member Function Documentation

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.


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)