BAOS SDK v2  1.0.1
An SDK providing access to IP-BAOS devices through BAOS binary protocol version 2.x
Indication.h File Reference

Global BAOS indication classes and defines. More...

#include "baos/BaosLib_export.h"
#include "baos/config.h"
#include "baos/protocol/Defines.h"
#include "baos/protocol/Response.h"
#include "wzcpp/features/concurrent/concurrent_queue.h"
+ Include dependency graph for Indication.h:

Go to the source code of this file.

Classes

class  IndicationEvent
 An Indication event. More...
 

Namespaces

 wz::baos
 Global BAOS sdk namespace.
 
 wz::baos::protocol
 Groups BAOS binary protocol specific types , defines and classes for Indications, Responses etc.
 

Typedefs

using IndPromise = std::promise< protocol::BaseResponse >
 Strong type for a indication promise.
 
using IndFuture = std::future< protocol::BaseResponse >
 Strong type for a indication future.
 
using BaosIndQueue = wzcpp::ConcurrentDeque< IndicationEvent >
 Alias for a wzcpp::ConcurrentDeque holding indication events.
 

Functions

std::string toString (IndicationEvent::Type typ)
 Convert IndicationEvent into human readable string.
 

Detailed Description

Global BAOS indication classes and defines.