JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::OSCTypes Class Reference

The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification. More...

#include <juce_OSCTypes.h>

Collaboration diagram for juce::OSCTypes:

Static Public Member Functions

static bool isSupportedType (OSCType type) noexcept
 

Static Public Attributes

static const OSCType blob
 
static const OSCType colour
 
static const OSCType float32
 
static const OSCType int32
 
static const OSCType string
 

Detailed Description

The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification.

Note: This implementation does not support any additional type tags that are not part of the specification.

@tags{OSC}

Member Function Documentation

◆ isSupportedType()

static bool juce::OSCTypes::isSupportedType ( OSCType  type)
inlinestaticnoexcept

References blob, colour, float32, int32, string, and juce::gl::type.

Member Data Documentation

◆ blob

const OSCType juce::OSCTypes::blob
static

◆ colour

const OSCType juce::OSCTypes::colour
static

◆ float32

const OSCType juce::OSCTypes::float32
static

◆ int32

const OSCType juce::OSCTypes::int32
static

◆ string

const OSCType juce::OSCTypes::string
static

The documentation for this class was generated from the following file: