PicoScenes API Docs
 
Loading...
Searching...
No Matches
PicoScenesMessagingService.hxx File Reference
#include <any>
#include "BoostHeaders.hxx"
#include "NICPortal.hxx"
Include dependency graph for PicoScenesMessagingService.hxx:

Go to the source code of this file.

Classes

class  PicoScenesMessagingService
 Messaging service for PicoScenes platform. More...
 

Typedefs

using UniversalMessageType = std::tuple< std::any, std::string, std::string, std::string >
 Universal message type for PicoScenes platform.
 

Typedef Documentation

◆ UniversalMessageType

using UniversalMessageType = std::tuple<std::any, std::string, std::string, std::string>

Universal message type for PicoScenes platform.

A tuple containing:

  • std::any: Message payload (can be any type)
  • std::string: Destination identifier
  • std::string: Source identifier
  • std::string: Message description

Definition at line 20 of file PicoScenesMessagingService.hxx.