#include "CGestalt.h"#include <unistd.h>#include <sys/types.h>#include <sys/time.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <fcntl.h>#include <sys/stat.h>#include <netinet/in.h>#include <rpc/rpc.h>#include <sys/socket.h>#include <sys/un.h>#include <sys/times.h>#include <sys/param.h>#include <sys/ioctl.h>#include <ctype.h>#include <arpa/inet.h>#include <netdb.h>#include <pwd.h>#include <signal.h>#include <grp.h>#include <sys/file.h>#include "OSC_cpp.h"Functions | |
| void * | MyInitTimeMalloc (int numBytes) |
| void * | MyRealTimeMalloc (int numBytes) |
| FileDescriptor | initUdp (int port) |
| void | closeUdp (int sockfd) |
| void | receiveOSCPacket (int sockfd) |
| void * MyInitTimeMalloc | ( | int | numBytes | ) |
| void * MyRealTimeMalloc | ( | int | numBytes | ) |
| FileDescriptor initUdp | ( | int | port | ) |
References csl::logMsg(), and sockfd.
| void closeUdp | ( | int | sockfd | ) |
| void receiveOSCPacket | ( | int | sockfd | ) |
References NetworkReturnAddressStruct::cl_addr, NetworkReturnAddressStruct::clilen, OSCAcceptPacket(), OSCAllocPacketBuffer(), OSCFreePacket(), OSCGetReceiveBufferSize(), OSCPacketBufferGetBuffer(), OSCPacketBufferGetClientAddr(), OSCPacketBufferGetSize(), OSCWarning(), and NetworkReturnAddressStruct::sockfd.
1.5.8