Model I/O is represented by PortValue pairs
Public Fields
-
ADEVS_IO_TYPE value
- The value of this PortValue pair
-
ADEVS_PORT_TYPE port
- The port on which the value appears
Public Methods
-
PortValue()
- Default constructor
-
PortValue(ADEVS_PORT_TYPE port, ADEVS_IO_TYPE value)
- Creates an object with the indicated value on the indicated port
-
PortValue(const PortValue& src)
- Copy constructor
-
const PortValue& operator=(const PortValue& src)
- Assignment operator
-
~PortValue()
- Destructor
Documentation
Model I/O is represented by PortValue pairs
ADEVS_IO_TYPE value
- The value of this PortValue pair
ADEVS_PORT_TYPE port
- The port on which the value appears
PortValue()
- Default constructor
PortValue(ADEVS_PORT_TYPE port, ADEVS_IO_TYPE value)
- Creates an object with the indicated value on the indicated port
PortValue(const PortValue& src)
- Copy constructor
const PortValue& operator=(const PortValue& src)
- Assignment operator
~PortValue()
- Destructor
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.