BAOS SDK v2
1.0.1
An SDK providing access to IP-BAOS devices through BAOS binary protocol version 2.x
|
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"
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... | |
Code regarding Input/Output Events.