23 #ifndef _TOOLS_PLUGIN_PLUGIN_TOOL_H_
24 #define _TOOLS_PLUGIN_PLUGIN_TOOL_H_
26 #include <netcomm/fawkes/client_handler.h>
27 #include <utils/system/signal.h>
30 class FawkesNetworkClient;
31 class FawkesNetworkMessage;
60 virtual void deregistered(
unsigned int id) noexcept;
62 virtual void connection_died(
unsigned int id) noexcept;
63 virtual void connection_established(
unsigned int id) noexcept;
78 const char * plugin_name;
79 const char * program_name_;
Parse command line arguments.
Message handler for FawkesNetworkClient.
Simple Fawkes network client.
Representation of a message that is sent over the network.
Interface for signal handling.
Fawkes library namespace.