JUCE
Classes | Macros | Typedefs
juce_OSCTypes.h File Reference

Classes

class  OSCTypes
 The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification. More...
 
struct  OSCException
 Base class for exceptions that can be thrown by methods in the OSC module. More...
 
struct  OSCFormatError
 Exception type thrown when the OSC module fails to parse something because of a data format not compatible with the OpenSoundControl 1.0 specification. More...
 
struct  OSCInternalError
 Exception type thrown in cases of unexpected errors in the OSC module. More...
 

Macros

#define JUCE_OSCTYPE_H_INCLUDED
 

Typedefs

typedef char OSCType
 The type used for OSC type tags. More...
 
typedef Array< OSCTypeOSCTypeList
 The type used for OSC type tag strings. More...
 

Macro Definition Documentation

#define JUCE_OSCTYPE_H_INCLUDED

Typedef Documentation

typedef char OSCType

The type used for OSC type tags.

The type used for OSC type tag strings.