opensurgsim
|
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. | |
Datastructure to contain basic event data.