class EventReceiver

EventReceiver objects are used to route I/O within a coupled model (see the netExec class)

Public Fields

[more]devs* model
The destination model
[more]ADEVS_PORT_TYPE port
The destination port

Public Methods

[more] EventReceiver()
Default constructor.
[more] EventReceiver(devs* model, ADEVS_PORT_TYPE port)
Create an event receiver that points to the provided model and port
[more] EventReceiver(const EventReceiver& src)
Copy constructor
[more]const EventReceiver& operator=(const EventReceiver& src)
Assignment operator
[more]bool operator==(const EventReceiver& other) const
Two EventReceivers are equal if they point to the same model and port
[more]bool operator!=(const EventReceiver& other) const
Inequality operator
[more] ~EventReceiver()
Destructor


Documentation

EventReceiver objects are used to route I/O within a coupled model (see the netExec class)
odevs* model
The destination model

oADEVS_PORT_TYPE port
The destination port

o EventReceiver()
Default constructor. Model pointer is set to NULL.

o EventReceiver(devs* model, ADEVS_PORT_TYPE port)
Create an event receiver that points to the provided model and port

o EventReceiver(const EventReceiver& src)
Copy constructor

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

obool operator==(const EventReceiver& other) const
Two EventReceivers are equal if they point to the same model and port

obool operator!=(const EventReceiver& other) const
Inequality operator

o ~EventReceiver()
Destructor


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.