17 #ifndef YAMICPP_INCOMING_MESSAGE_INFO_H_INCLUDED 18 #define YAMICPP_INCOMING_MESSAGE_INFO_H_INCLUDED 20 #include "parameters.h" 30 struct incoming_message_info
32 incoming_message_info()
33 : body(NULL), raw_buffer(NULL) {}
36 std::string object_name;
37 std::string message_name;
42 std::vector<char> * raw_buffer;
49 #endif // YAMICPP_INCOMING_MESSAGE_INFO_H_INCLUDED Namespace devoted to everything related to YAMI4.
Definition: activity_statistics_monitor.cpp:27