adevs
|
#include <adevs_cellspace.h>
Public Member Functions | |
CellEvent () | |
Default constructor. Sets x = y = z = 0. | |
CellEvent (const CellEvent< X > &src) | |
Copy constructor. | |
const CellEvent & | operator= (const CellEvent< X > &src) |
Assignment operator. | |
Public Attributes | |
long int | x |
The x coordinate of the event target. | |
long int | y |
The y coordinate of the event target. | |
long int | z |
The z coordinate of the event target. | |
X | value |
The event value. | |
Input and output events produced by components of a CellSpace must be of the type CellEvent. A CellEvent has an event value (i.e., the actual input/output value) and a target cell for the event.