adevs
Public Member Functions | Public Attributes | List of all members
adevs::CellEvent< X > Class Template Reference

#include <adevs_cellspace.h>

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

template<class X>
class adevs::CellEvent< X >

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: