adevs
Public Member Functions | Public Attributes
adevs::CellEvent Class Reference

#include <adevs_cellspace.h>

List of all members.

Public Member Functions

 CellEvent ()
 Default constructor. Sets x = y = z = 0.
 CellEvent (const CellEvent< X > &src)
 Copy constructor.
const CellEventoperator= (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.
value
 The event value.

Detailed Description

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.


The documentation for this class was generated from the following file: