#include <Constant.h>
Inheritance diagram for FD::Constant:


Public Member Functions | |
| Constant (std::string nodeName, ParameterSet params) | |
| virtual void | initialize () |
| virtual void | reset () |
| virtual ObjectRef | getOutput (int output_id, int count) |
Protected Member Functions | |
| Constant () | |
Protected Attributes | |
| ObjectRef | value |
| int | outputID |
|
||||||||||||
|
Constructor, takes the name of the node and a set of parameters |
|
|
Default constructor, should not be used |
|
||||||||||||
|
Ask for the node's output which ID (number) is output_id and for the 'count' iteration Implements FD::Node. |
|
|
Class specific initialization routine. Each class will call its subclass initialize() method Reimplemented from FD::Node. |
|
|
Class reset routine. Each class will call its superclass reset() method Reimplemented from FD::Node. |
|
|
The ID of the 'value' output |
|
|
The value of the constant |
1.4.4