#include <gateway.hh>
Inheritance diagram for RemoteGateway:
The remote actuators marshal arguments and send a message to the Local object.
Definition at line 125 of file gateway.hh.
|
Constructor.
Definition at line 62 of file gateway.cc. Referenced by new_RemoteGateway(). |
|
Destructor.
Definition at line 67 of file gateway.cc. |
|
Handle a request-forward-reply messsage from the local object.
Definition at line 174 of file gateway.cc. |
|
Static generator, for factory.
Definition at line 168 of file gateway.cc. Referenced by Gateway::registerExtenders(). |
|
Send a request-forward messsage to the local object.
Implements Gateway. Definition at line 137 of file gateway.cc. |