#include <ao-som-beatgraph.h>


Public Member Functions | |
| ActiveSomBeatGraph_msg_start () | |
| virtual string | declaration () |
| virtual elementResult | run (ActiveSomBeatGraph *ao) |
| ActiveSomBeatGraph_msg_start::ActiveSomBeatGraph_msg_start | ( | ) | [inline] |
| virtual string ActiveSomBeatGraph_msg_start::declaration | ( | ) | [inline, virtual] |
Returns the name of this message. Since this is the message baseclass it has no identity and will return 'Unknown Message'
Reimplemented from ActiveSomBeatGraph_msg_.
| virtual elementResult ActiveSomBeatGraph_msg_start::run | ( | ActiveSomBeatGraph * | caller | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveSomBeatGraph itself.
Reimplemented from ActiveSomBeatGraph_msg_.
References ActiveSomBeatGraph::start().
1.6.2