#include <ao-tracker.h>
Inherits ActiveAoTracker_msg_.
Public Member Functions | |
ActiveAoTracker_msg_sunset (string s) | |
virtual string | declaration () |
virtual elementResult | run (ActiveAoTracker *ao) |
Definition at line 100 of file ao-tracker.h.
ActiveAoTracker_msg_sunset::ActiveAoTracker_msg_sunset | ( | string | s | ) | [inline] |
Definition at line 104 of file ao-tracker.h.
virtual string ActiveAoTracker_msg_sunset::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 ActiveAoTracker_msg_.
Definition at line 107 of file ao-tracker.h.
virtual elementResult ActiveAoTracker_msg_sunset::run | ( | ActiveAoTracker * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveAoTracker itself.
Reimplemented from ActiveAoTracker_msg_.
Definition at line 111 of file ao-tracker.h.