#include <ao-tracker.h>
Inherited by ActiveAoTracker_msg_print, ActiveAoTracker_msg_sunrise, and ActiveAoTracker_msg_sunset.
Public Member Functions | |
virtual elementResult | run (ActiveAoTracker *) |
virtual string | declaration () |
Definition at line 48 of file ao-tracker.h.
virtual string ActiveAoTracker_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 ActiveAoTracker_msg_sunset, ActiveAoTracker_msg_sunrise, and ActiveAoTracker_msg_print.
Definition at line 63 of file ao-tracker.h.
virtual elementResult ActiveAoTracker_msg_::run | ( | ActiveAoTracker * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveAoTracker itself.
Reimplemented in ActiveAoTracker_msg_sunset, ActiveAoTracker_msg_sunrise, and ActiveAoTracker_msg_print.
Definition at line 55 of file ao-tracker.h.