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

Instances of DtAnalogOutputPort are input ports through which data producers can send real numbers. More...

Inheritance diagram for DtAnalogOutputPort:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Instances of DtAnalogOutputPort are input ports through which data producers can send real numbers.


Constructor & Destructor Documentation


Member Function Documentation

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.


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)