#include <existence-scanner.h>

Public Member Functions | |
| virtual elementResult | run (ActiveExistenceScanner *) |
| virtual string | declaration () |
Represents the basic message that is used to queue or deliver a call to the true ActiveExistenceScanner. ActiveExistenceScanner_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 ActiveExistenceScanner_msg_ has been generated. See inheritance diagram. The message classes are automatically instantiated by the active object stub ExistenceScanner
| virtual string ActiveExistenceScanner_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 ActiveExistenceScanner_msg_start, ActiveExistenceScanner_msg_thunk, and ActiveExistenceScanner_msg_terminate.
| virtual elementResult ActiveExistenceScanner_msg_::run | ( | ActiveExistenceScanner * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveExistenceScanner itself.
Reimplemented in ActiveExistenceScanner_msg_start, ActiveExistenceScanner_msg_thunk, and ActiveExistenceScanner_msg_terminate.
References assert().
1.6.2