24 class OSCSenderManager;
25 typedef OSCSenderManager* OSCSenderManagerPtr;
36 TTObject mLocalApplicationOscReceiver;
38 TTHash mDistantApplicationOscReceivers;
40 OSCSenderManagerPtr mSenderManager;
42 TTThreadPtr mWaitThread;
186 TTErr err=kTTErrNone);
197 TTErr err=kTTErrNone);
208 TTErr err=kTTErrNone);
bool TTBoolean
Boolean flag, same as Boolean on the Mac.
We build a directory of TTNodes, and you can request a pointer for any TTNode, or add an observer to ...
The TTAddress class is used to represent a string and efficiently pass and compare that string...
Create and use Jamoma object instances.
TTProtocol is the base class for all protocol protocol.
Maintain a collection of TTValue objects indexed by TTSymbol pointers.
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
#define TT_PROTOCOL_PARAMETER(name)
Declares specific accessors methods to manage the parameter value in order to have one value per regi...
The TTSymbol class is used to represent a string and efficiently pass and compare that string...
A OSC send object manager.
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
TTErr TT_EXTENSION_EXPORT OSCReceiveMessageCallback(const TTValue &baton, const TTValue &data)
[doxygenAppendixC_copyExample]
unsigned char TTUInt8
8 bit unsigned integer (char)