modules/uip_task_standard/osc_server.h File Reference

Defines

#define OSC_SERVER_NUM_CONNECTIONS   4
#define OSC_REMOTE_IP   ( 192 << 24) | (168 << 16) | ( 1 << 8) | (101 << 0)
#define OSC_LOCAL_PORT   8000
#define OSC_REMOTE_PORT   8001
#define OSC_IGNORE_TRANSFER_MODE   0

Functions

s32 OSC_SERVER_Init (u32 mode)
s32 OSC_SERVER_InitFromPresets (u8 con, u32 _osc_remote_ip, u16 _osc_remote_port, u16 _osc_local_port)
s32 OSC_SERVER_RemoteIP_Set (u8 con, u32 ip)
u32 OSC_SERVER_RemoteIP_Get (u8 con)
s32 OSC_SERVER_RemotePortSet (u8 con, u16 port)
u16 OSC_SERVER_RemotePortGet (u8 con)
s32 OSC_SERVER_LocalPortSet (u8 con, u16 port)
u16 OSC_SERVER_LocalPortGet (u8 con)
s32 OSC_SERVER_AppCall (void)
s32 OSC_SERVER_SendPacket (u8 con, u8 *packet, u32 len)

Define Documentation

#define OSC_IGNORE_TRANSFER_MODE   0
#define OSC_LOCAL_PORT   8000
#define OSC_REMOTE_IP   ( 192 << 24) | (168 << 16) | ( 1 << 8) | (101 << 0)
#define OSC_REMOTE_PORT   8001
#define OSC_SERVER_NUM_CONNECTIONS   4

Function Documentation

s32 OSC_SERVER_AppCall ( void   ) 

Here is the call graph for this function:

s32 OSC_SERVER_Init ( u32  mode  ) 
s32 OSC_SERVER_InitFromPresets ( u8  con,
u32  _osc_remote_ip,
u16  _osc_remote_port,
u16  _osc_local_port 
)
u16 OSC_SERVER_LocalPortGet ( u8  con  ) 
s32 OSC_SERVER_LocalPortSet ( u8  con,
u16  port 
)

Here is the call graph for this function:

u32 OSC_SERVER_RemoteIP_Get ( u8  con  ) 
s32 OSC_SERVER_RemoteIP_Set ( u8  con,
u32  ip 
)

Here is the call graph for this function:

u16 OSC_SERVER_RemotePortGet ( u8  con  ) 
s32 OSC_SERVER_RemotePortSet ( u8  con,
u16  port 
)

Here is the call graph for this function:

s32 OSC_SERVER_SendPacket ( u8  con,
u8 packet,
u32  len 
)

Here is the call graph for this function:


Generated on 22 Jan 2016 for MIOS32 by  doxygen 1.6.1