#include "WOscPriorityQueue.h"#include "WOscLib.h"#include "WOscMessage.h"#include "WOscPacket.h"#include "WOscException.h"#include <string.h>#include "WOscUtil.h"Go to the source code of this file.
Defines | |
| #define | WOSC_BUNDLE_TAG "#bundle" |
| #define | WOSC_BUNDLE_HEADER_SIZE (8 + sizeof(uint64_t)) |
Copyright (c) Weiss Engineering Ltd
Definition in file WOscBundle.h.
|
|
Every bundle begins with its tag to identify it as bundle. In string representation it is "#bundle".
Definition at line 61 of file WOscBundle.h. Referenced by WOscBundleParser::Parse(). |
1.4.1