#include <GlobalServiceMessages.h>
|
| GlobalServiceMessages () |
|
virtual | ~GlobalServiceMessages () |
|
void | init (BaseLib::SharedObjects *baseLib) |
|
void | load () |
|
void | set (int32_t familyId, const std::string &interface, int32_t messageId, const std::string &messageSubId, ServiceMessagePriority priority, int32_t timestamp, const std::string &message, const std::list< std::string > &variables, const PVariable &data=PVariable(), int64_t value=0) |
|
void | unset (int32_t familyId, int32_t messageId, std::string messageSubId, std::string message) |
|
std::shared_ptr< Variable > | get (PRpcClientInfo clientInfo, const std::string &language) |
|
§ FamilyId
§ MessageId
§ MessageSubId
§ MessageType
§ GlobalServiceMessages()
BaseLib::Systems::GlobalServiceMessages::GlobalServiceMessages |
( |
| ) |
|
§ ~GlobalServiceMessages()
BaseLib::Systems::GlobalServiceMessages::~GlobalServiceMessages |
( |
| ) |
|
|
virtual |
§ get()
§ init()
§ load()
void BaseLib::Systems::GlobalServiceMessages::load |
( |
| ) |
|
§ set()
void BaseLib::Systems::GlobalServiceMessages::set |
( |
int32_t |
familyId, |
|
|
const std::string & |
interface, |
|
|
int32_t |
messageId, |
|
|
const std::string & |
messageSubId, |
|
|
ServiceMessagePriority |
priority, |
|
|
int32_t |
timestamp, |
|
|
const std::string & |
message, |
|
|
const std::list< std::string > & |
variables, |
|
|
const PVariable & |
data = PVariable() , |
|
|
int64_t |
value = 0 |
|
) |
| |
§ unset()
void BaseLib::Systems::GlobalServiceMessages::unset |
( |
int32_t |
familyId, |
|
|
int32_t |
messageId, |
|
|
std::string |
messageSubId, |
|
|
std::string |
message |
|
) |
| |
§ _bl
§ _rpcDecoder
std::unique_ptr<Rpc::RpcDecoder> BaseLib::Systems::GlobalServiceMessages::_rpcDecoder |
|
protected |
§ _rpcEncoder
std::unique_ptr<Rpc::RpcEncoder> BaseLib::Systems::GlobalServiceMessages::_rpcEncoder |
|
protected |
§ _serviceMessages
§ _serviceMessagesMutex
std::mutex BaseLib::Systems::GlobalServiceMessages::_serviceMessagesMutex |
|
protected |
The documentation for this class was generated from the following files: