Main Page   Namespace List   Class Hierarchy   Compound List   Namespace Members   Compound Members   Related Pages  

Event Struct Reference

An event. More...

List of all members.


Public Attributes

double timeStamp
 The timestamp of the event.

FieldValuevalue
 The value associated with the event.

NodePtr toNode
 The Node the event is going to.

std::string toEventIn
 The eventIn of toNode the event is going to.


Detailed Description

An event.

An event has a value and a destination, and is associated with a time.


Member Data Documentation

double timeStamp
 

The timestamp of the event.

std::string toEventIn
 

The eventIn of toNode the event is going to.

NodePtr toNode
 

The Node the event is going to.

FieldValue * value
 

The value associated with the event.