class PortValue

Model I/O is represented by PortValue pairs

Public Fields

[more]ADEVS_IO_TYPE value
The value of this PortValue pair
[more]ADEVS_PORT_TYPE port
The port on which the value appears

Public Methods

[more] PortValue()
Default constructor
[more] PortValue(ADEVS_PORT_TYPE port, ADEVS_IO_TYPE value)
Creates an object with the indicated value on the indicated port
[more] PortValue(const PortValue& src)
Copy constructor
[more]const PortValue& operator=(const PortValue& src)
Assignment operator
[more] ~PortValue()
Destructor


Documentation

Model I/O is represented by PortValue pairs
oADEVS_IO_TYPE value
The value of this PortValue pair

oADEVS_PORT_TYPE port
The port on which the value appears

o PortValue()
Default constructor

o PortValue(ADEVS_PORT_TYPE port, ADEVS_IO_TYPE value)
Creates an object with the indicated value on the indicated port

o PortValue(const PortValue& src)
Copy constructor

oconst PortValue& operator=(const PortValue& src)
Assignment operator

o ~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++.