Go to the source code of this file.
Classes | |
struct | osc::BundleInitiator |
struct | osc::BundleTerminator |
struct | osc::BeginMessage |
struct | osc::MessageTerminator |
struct | osc::NilType |
struct | osc::InfinitumType |
struct | osc::RgbaColor |
struct | osc::MidiMessage |
struct | osc::TimeTag |
struct | osc::Symbol |
struct | osc::Blob |
Namespaces | |
namespace | osc |
Typedefs | |
typedef long long | osc::int64 |
typedef unsigned long long | osc::uint64 |
typedef signed long | osc::int32 |
typedef unsigned long | osc::uint32 |
Enumerations | |
enum | osc::TypeTagValues { osc::TRUE_TYPE_TAG = 'T', osc::FALSE_TYPE_TAG = 'F', osc::NIL_TYPE_TAG = 'N', osc::INFINITUM_TYPE_TAG = 'I', osc::INT32_TYPE_TAG = 'i', osc::FLOAT_TYPE_TAG = 'f', osc::CHAR_TYPE_TAG = 'c', osc::RGBA_COLOR_TYPE_TAG = 'r', osc::MIDI_MESSAGE_TYPE_TAG = 'm', osc::INT64_TYPE_TAG = 'h', osc::TIME_TAG_TYPE_TAG = 't', osc::DOUBLE_TYPE_TAG = 'd', osc::STRING_TYPE_TAG = 's', osc::SYMBOL_TYPE_TAG = 'S', osc::BLOB_TYPE_TAG = 'b' } |
Functions | |
BundleInitiator | osc::BeginBundle (uint64 timeTag=1) |