liblo 0.26
Data Structures | Defines | Enumerations

lo_osc_types.h File Reference

Data Structures

struct  lo_timetag
 A structure to store OSC TimeTag values. More...
union  lo_arg
 Union used to read values from incoming messages. More...

Defines

#define LO_TT_IMMEDIATE   ((lo_timetag){0U,1U})
 A timetag constant representing "now".

Enumerations

enum  lo_type {
  LO_INT32 = 'i', LO_FLOAT = 'f', LO_STRING = 's', LO_BLOB = 'b',
  LO_INT64 = 'h', LO_TIMETAG = 't', LO_DOUBLE = 'd', LO_SYMBOL = 'S',
  LO_CHAR = 'c', LO_MIDI = 'm', LO_TRUE = 'T', LO_FALSE = 'F',
  LO_NIL = 'N', LO_INFINITUM = 'I'
}
 

An enumeration of the OSC types liblo can send and receive.

More...

Detailed Description

A liblo header defining OSC-related types and constants.