EventReceiver objects are used to route I/O within a coupled model (see the netExec class)
Public Fields
-
devs* model
- The destination model
-
PORT_TYPE port
- The destination port
Public Methods
-
EventReceiver()
-
EventReceiver(devs* model, PORT_TYPE port)
-
EventReceiver(const EventReceiver& src)
-
const EventReceiver& operator=(const EventReceiver& src)
-
bool operator==(const EventReceiver& other) const
-
bool operator!=(const EventReceiver& other) const
-
~EventReceiver()
Documentation
EventReceiver objects are used to route I/O within a coupled model
(see the netExec class)
devs* model
- The destination model
PORT_TYPE port
- The destination port
EventReceiver()
EventReceiver(devs* model, PORT_TYPE port)
EventReceiver(const EventReceiver& src)
const EventReceiver& operator=(const EventReceiver& src)
bool operator==(const EventReceiver& other) const
bool operator!=(const EventReceiver& other) const
~EventReceiver()
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.