opensurgsim
Public Member Functions | Public Attributes | List of all members
SurgSim::Framework::Messenger::Event Struct Reference

Datastructure to contain basic event data. More...

#include <Messenger.h>

Public Member Functions

 Event (const std::string &name, const std::string &sender, double time, const boost::any &data)
 

Public Attributes

std::string name
 
std::string sender
 Name of the event.
 
double time
 Name of the sender.
 
boost::any data
 Time the event is received.
 

Detailed Description

Datastructure to contain basic event data.


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