template<class VALUE, class PORT=int> class adevs::PortValue
The digraph model requires components to use PortValue objects
as their basic I/O type.
Public Fields
-
PORT port
- The port on which the value appears
-
VALUE value
- The value appearing on the port
Public Methods
-
PortValue()
- Constructor
-
PortValue(const PortValue& src)
- Copy constructor
-
PortValue(PORT port, const VALUE& value)
- Create an object with the specified port and value
-
const PortValue<VALUE,PORT> & operator=(const PortValue<VALUE, PORT>& src)
- Assignment operator
-
~PortValue()
- Destructor
Documentation
The digraph model requires components to use PortValue objects
as their basic I/O type. The port and value types are template
arguments. The default port type is an integer.
PortValue()
- Constructor
PortValue(const PortValue& src)
- Copy constructor
PortValue(PORT port, const VALUE& value)
- Create an object with the specified port and value
const PortValue<VALUE,PORT> & operator=(const PortValue<VALUE, PORT>& src)
- Assignment operator
~PortValue()
- Destructor
PORT port
- The port on which the value appears
VALUE value
- The value appearing on the port
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.