Classes | Typedefs

/Users/slork/njb/svn/src/common/mo_net.h File Reference

Networking API. More...

#include "mo_def.h"
#include "mo_thread.h"
#include "UdpSocket.h"
#include "OscReceivedElements.h"
#include "OscPacketListener.h"
#include "OscOutboundPacketStream.h"
#include <iostream>
#include <map>

Go to the source code of this file.

Classes

class  MoNetOSCPacketListener
 listen to incoming OSC messages More...
class  MoNetSender
 TODO. More...
struct  MoNetCallback
 hold a OSC Receive Callback and its associated data More...
class  MoNet
 Osc networking (static class). More...

Typedefs

typedef void(* MoNetReceiveCallback )(osc::ReceivedMessageArgumentStream &argument_stream, void *data)
 definition for the general MoNet callback function

Detailed Description

Networking API.

Author:
Jorge Herrera, Jieun Oh, Nicholas J. Bryan, Ge Wang
Date:
Fall 2009
Version:
1.0.0

Mobile Music research @ CCRMA, Stanford University: http://momu.stanford.edu/


Typedef Documentation

definition for the general MoNet callback function

To receive incoming osc messages, create a callback with this type definition, register the callback, and start receiving network events.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines