WOscBundle.h File Reference

#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))

Detailed Description

WOscBundle header file.

Author
cls-nebadje

( _UcfWOscLib )

Date
2006-05-16 21:21:41
Revision
1.2

Copyright (c) Weiss Engineering Ltd

Definition in file WOscBundle.h.


Define Documentation

#define WOSC_BUNDLE_TAG   "#bundle"

Every bundle begins with its tag to identify it as bundle.

In string representation it is "#bundle".

Remarks:
Per definition the tag is an OSC-string, which means that its length has to be a multiple of 4 (an if not rit has to be rounded up an has to be padded with zeros) what applies for this tag too. But if allocated as a string this tag automatically has the length 8.

Definition at line 61 of file WOscBundle.h.

Referenced by WOscBundleParser::Parse().

Generated on Sat Oct 23 03:05:59 2010 for WOscLib by  doxygen 1.6.3