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

Global types and configuration for the whole SDK. More...

#include "baos/BaosLib_export.h"
+ Include dependency graph for config.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wz::baos
 Global BAOS sdk namespace.
 

Typedefs

using Buffer = std::vector< std::uint8_t >
 An alias type for a byte buffer.
 

Variables

constexpr std::uint16_t MAX_TELEGRAM_LENGTH {1024}
 The maximum supported length for one BAOS telegram.
 

Detailed Description

Global types and configuration for the whole SDK.