libose
Loading...
Searching...
No Matches
libose

Table of Contents

Author
John MacCallum john..nosp@m.m@cc.nosp@m.allum.nosp@m..com

API

  • ose_util.h contains basic utilities for reading, writing, and querying an OSC bundle
  • ose_context.h contains functions that structure an OSC bundle for use with other parts of this library
  • ose_stackops.h contains functions that manipulate the structure and contents of an OSE bundle and its elements
  • ose_vm.h the OSE virtual machine

Topics and Concepts

  • Building and Configuration describes how to build and configure the library
  • Embedding libose how to get a bundle, and what libose expects of you
  • The Bundle as a Stack discusses the bundle as a stack
  • Types details support for extended OSC types, type extensibility, and aggregate type representation
  • Pattern Matching describes OSC pattern matching, its use and extensions in this library
  • The OSE VM describes the OSE virtual machine
  • Hooks describes support for modifying the behavior of different aspects of the OSE system and VM using hooks.
  • Testing describes how libose is tested, and the one rule the tests follow

Examples