DDS
ver. 3.6
|
#include "IntercomErrorCodes.h"
#include <ostream>
#include <string>
#include <boost/property_tree/json_parser.hpp>
#include <boost/signals2/signal.hpp>
Go to the source code of this file.
Classes | |
class | dds::intercom_api::CIntercomService |
class | dds::intercom_api::CKeyValue |
class | dds::intercom_api::CCustomCmd |
struct | dds::intercom_api::SSubmit |
Structure holds information of submit notification. More... | |
struct | dds::intercom_api::SMessage |
Structure holds information of message notification. More... | |
struct | dds::intercom_api::SInit |
Structure holds information of init notification. More... | |
class | dds::intercom_api::CRMSPluginProtocol |
Class implements basic API for DDS RMS plug-ins. More... | |
Namespaces | |
dds | |
Miscellaneous functions and helpers are located here. | |
dds::internal_api | |
dds::intercom_api | |
DDS intercom API. | |
Enumerations | |
enum | dds::intercom_api::EMsgSeverity { dds::intercom_api::EMsgSeverity::info, dds::intercom_api::EMsgSeverity::error } |
Enumeration with message severity. More... | |
Functions | |
std::ostream & | dds::intercom_api::operator<< (std::ostream &_os, EMsgSeverity _severity) |
Support ostreaming EMsgSeverity. More... | |
Variables | |
const std::string | dds::intercom_api::g_sRmsAgentSign = "rms_agent_sign" |
Sign that is send to commander if RMS plug-in is connecting to it. More... | |
const std::string | dds::intercom_api::g_sToolsAPISign = "tools_api_sign" |
Sign that is send to commander if Tools-API is connecting to it. More... | |