15 #ifndef DtConstrainedAnalogInputPort_H_
16 #define DtConstrainedAnalogInputPort_H_
39 virtual double minValue()
const;
42 virtual double maxValue()
const;
68 virtual double minValue()
const;
70 virtual double maxValue()
const;
double myMaxValue
Definition: constrainedAnalogIOPort.h:74
virtual void setMinValue(float value)
Definition: bdiQPropTree_subclasses.h:690
virtual void setMaxValue(float value)
Definition: bdiQPropTree_subclasses.h:689
DtConstrainedAnalogOutputPort is a version of DtAnalogOutputPort which will constrain any outgoing va...
Definition: constrainedAnalogIOPort.h:54
This is an abstract base class for all data elements that are passed through ports.
Definition: portData.h:25
Instances of DtAnalogOutputPort are input ports through which data producers can send real numbers...
Definition: analogIOPort.h:45
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual void setValue(double value)
Sets a value to the port, and sends the data if it is different from the current value.
double myMinValue
Definition: constrainedAnalogIOPort.h:75