modules/uip_task_standard/osc_server.c File Reference

#include <mios32.h>
#include <string.h>
#include "uip.h"
#include "uip_arp.h"
#include "network-device.h"
#include "uip_task.h"
#include "osc_server.h"
#include "osc_client.h"
#include <app.h>

Defines

#define DEBUG_VERBOSE_LEVEL   1

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 DEBUG_VERBOSE_LEVEL   1

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