PhoenixSwarm  3.5.0
Library to ease communication between daemons
Loading...
Searching...
No Matches
MessageType.h File Reference
#include <ctime>
#include "phoenix_data_stream.h"
#include "phoenix_check_stream.h"
+ Include dependency graph for MessageType.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MessageType
 

Enumerations

enum  MessageType::MessageType {
  MessageType::NONE = 0 , MessageType::STOP = 1 , MessageType::KILL = 2 , MessageType::MESSAGE_CONFIRMATION = 5 ,
  MessageType::API_DISCOVERY = 6 , MessageType::API_DESCRITPION = 7 , MessageType::ADD_DAEMON = 8 , MessageType::REMOVE_DAEMON = 9 ,
  MessageType::CALL_DATA = 10 , MessageType::RESULT_DATA = 11 , MessageType::CALL_FUNCTION = 12 , MessageType::RESULT_FUNCTION = 13 ,
  MessageType::ERROR = 14
}
 Type of the Message which can be exchanged by Daemon. More...