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

Code regarding Input/Output Events. More...

#include "baos/BaosLib_export.h"
#include "baos/config.h"
#include "baos/ip/IpGeneral.h"
#include "baos/protocol/Response.h"
#include "wzcpp/features/concurrent/concurrent_queue.h"
+ Include dependency graph for IOEvent.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IOEvent
 Represents an IOEvent. More...
 

Namespaces

 wz::baos
 Global BAOS sdk namespace.
 

Typedefs

using BaosMsgQueue = wzcpp::ConcurrentDeque< IOEvent >
 Alias for a concurrent queue with IOEvents.
 

Functions

std::string toString (IOEvent::Type typ)
 Provides a human readable string for an IOEvent type. More...
 

Detailed Description

Code regarding Input/Output Events.