|
adevs
|
#include <adevs_digraph.h>
Public Member Functions | |
| 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. | |
Public Attributes | |
| PORT | port |
| The port on which the value appears. | |
| VALUE | value |
| The value appearing on the port. | |
The components of a digraph model must use PortValue objects as their basic I/O type: the port and value types are template arguments. The default port type is an integer.
1.8.6