13 #ifndef __BAOSLIB_CONFIG_H__
14 #define __BAOSLIB_CONFIG_H__
16 #include "baos/BaosLib_export.h"
51 #ifdef WZPLATFORM_WIN32
52 #if !defined(WIN32_LEAN_AND_MEAN)
53 #define WIN32_LEAN_AND_MEAN
64 using Buffer = std::vector<std::uint8_t>;
Global BAOS sdk namespace.
Definition: config.h:62
std::vector< std::uint8_t > Buffer
An alias type for a byte buffer.
Definition: config.h:64
constexpr std::uint16_t MAX_TELEGRAM_LENGTH
The maximum supported length for one BAOS telegram.
Definition: config.h:65