#include <ao-som-beatgraph.h>


Public Member Functions | |
| virtual elementResult | run (ActiveSomBeatGraph *caller) |
| virtual string | declaration () |
Represents the basic message that is used to queue or deliver a call to the true ActiveSomBeatGraph. ActiveSomBeatGraph_msg_ has a run method which is invoked by ActiveObject whenever it wants to handle the message. For each declared method in the active object description, a specific subclass of ActiveSomBeatGraph_msg_ has been generated. See inheritance diagram. The message classes are automatically instantiated by the active object stub SomBeatGraph The message class is also an instance of ReferenceCount, which makes it ideally suited to use within Smart pointers.
| virtual string ActiveSomBeatGraph_msg_::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 in ActiveSomBeatGraph_msg_start.
| virtual elementResult ActiveSomBeatGraph_msg_::run | ( | ActiveSomBeatGraph * | caller | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveSomBeatGraph itself.
Reimplemented in ActiveSomBeatGraph_msg_start.
References assert().
1.6.2