Go to the source code of this file.
Defines | |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | Boolean int |
Typedefs | |
| typedef int | FileDescriptor |
| typedef int | int4 |
Functions | |
| void | fatal_error (char *s,...) |
| void | OSCProblem (char *s,...) |
| void | OSCWarning (char *s,...) |
| #define TRUE 1 |
| #define FALSE 0 |
| #define Boolean int |
Referenced by InsertBundleOrMessage(), MatchBrackets(), and OSCRemoveContainerAlias().
| typedef int FileDescriptor |
| typedef int int4 |
| void fatal_error | ( | char * | s, | |
| ... | ||||
| ) |
| void OSCProblem | ( | char * | s, | |
| ... | ||||
| ) |
| void OSCWarning | ( | char * | s, | |
| ... | ||||
| ) |
Referenced by AllocContainer(), AllocMethod(), AllocQD(), DispatchSubMessage(), DropBundle(), DropMessage(), DropPacket(), MatchBrackets(), MatchList(), OSCAllocPacketBuffer(), OSCFreePacket(), OSCQueueRemoveEarliest(), OSCRemoveContainerAlias(), ParseMessage(), PatternMatch(), and receiveOSCPacket().
1.5.8