#include <PowerDownEventReceiver.hh>
Inheritance diagram for rovsoft::io::PowerDownEventReceiver:
Public Member Functions | |
PowerDownEventReceiver (messages::MessageReceiver *out=0) | |
Construct a PowerDownEventReceiver. | |
virtual void | putTimedRebootMessage (messages::TimedRebootMessagePtr message) throw (lib::ExceptionPtr) |
Send a message to this receiver. | |
virtual void | putLowEnergyShutdownMessage (messages::LowEnergyShutdownMessagePtr message) throw (lib::ExceptionPtr) |
Send a message to this receiver. | |
Static Public Attributes | |
static const unsigned short | type = 0x0700 |
The PowerDownEventReceiver type. |
|
Construct a PowerDownEventReceiver.
|
|
Send a message to this receiver.
Implements rovsoft::messages::LowEnergyShutdownMessageReceiver. Here is the call graph for this function: ![]() |
|
Send a message to this receiver.
Implements rovsoft::messages::TimedRebootMessageReceiver. Here is the call graph for this function: ![]() |
|
The PowerDownEventReceiver type.
|