Buffer.hpp File Reference
Go to the source code of this file.
Classes | |
struct | zeus::headerBin |
class | zeus::Buffer |
Namespaces | |
zeus | |
Macros | |
#define | ZEUS_BUFFER_FLAG_FINISH (0x80) |
#define | ZEUS_BUFFER_FLAG_TYPE_MESSAGE (0x07) |
Typedefs | |
using | zeus::ActionAsyncClient = std::function< bool(WebServer *_interface, const uint32_t &_serviceId, uint64_t _transactionId, uint64_t _part)> |
Functions | |
void | zeus::addType (std::vector< uint8_t > &_data, zeus::ParamType _type) |
void | zeus::addTypeObject (std::vector< uint8_t > &_data, const std::string _type) |
void | zeus::addTypeRaw (std::vector< uint8_t > &_data) |
Detailed Description
- Copyright
- 2016, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)