16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_NAMESPACES_APLCLIENTNAMESPACE_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_NAMESPACES_APLCLIENTNAMESPACE_H_ 24 namespace sampleApplications {
25 namespace ipcServerSampleApp {
27 namespace IPCNamespaces {
85 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_NAMESPACES_APLCLIENTNAMESPACE_H_ static const int IPC_MSG_VERSION_APL(1)
The namespace version for APL.
Definition: APLClientNamespace.h:64
static const char IPC_MESSAGE_NAME_CREATE_RENDERER[]
The message name for createRenderer.
Definition: APLClientNamespace.h:39
::std::string string
Definition: gtest-port.h:1097
Definition: APLClientNamespace.h:44
static const char IPC_MSG_NAMESPACE_APL[]
The message namespace for APLClient.
Definition: APLClientNamespace.h:30
Message(const std::string &nameSpace, const int version, const std::string &name)
Definition: Message.h:64
AplViewhostMessage(const std::string &windowId, const std::string &payload)
Definition: APLClientNamespace.h:52
Message & addPayload()
Definition: Message.h:208
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
AplCreateRendererMessage(const std::string &windowId, const std::string &token)
Definition: APLClientNamespace.h:72
Message & setParsedPayloadInPayload(const std::string &payload)
Definition: Message.h:189
static const char IPC_MESSAGE_NAME_VIEWHOST_MESSAGE[]
The message name for sendMessageToViewhost.
Definition: APLClientNamespace.h:36
Message & setTokenInPayload(const std::string &token)
Definition: Message.h:159
Message & setWindowIdInPayload(const std::string &windowId)
Definition: Message.h:199