Main Page | Class Hierarchy | Class List | File List | Class Members

adevs::PortValue< VALUE, PORT > Class Template Reference

#include <adevs_digraph.h>

List of all members.

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.


Detailed Description

template<class VALUE, class PORT = int>
class adevs::PortValue< VALUE, PORT >

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.


The documentation for this class was generated from the following file:
Generated on Mon Jun 1 09:53:43 2009 for adevs by  doxygen 1.3.9.1