#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.
Classes | |
| class | WOscBundleParser |
| class | WOscBundleParser::WOscBundleRaw |
| class | WOscQueueBundle |
| class | WOscBundle |
Defines | |
| #define | WOSC_BUNDLE_TAG "#bundle" |
| #define | WOSC_BUNDLE_HEADER_SIZE (8 + sizeof(uint64_t)) |
WOscBundle header file.
( _UcfWOscLib )
Copyright (c) Weiss Engineering Ltd
Definition in file WOscBundle.h.
| #define WOSC_BUNDLE_TAG "#bundle" |
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.6.3