Defines | Functions | Variables
lib571.c File Reference
#include "test.h"
#include "warnless.h"
#include "memdebug.h"
Include dependency graph for lib571.c:

Go to the source code of this file.

Defines

#define RTP_DATA_SIZE   12
#define RTP_PKT_CHANNEL(p)   ((int)((unsigned char)((p)[1])))
#define RTP_PKT_LENGTH(p)

Functions

static size_t rtp_write (void *ptr, size_t size, size_t nmemb, void *stream)
static char * suburl (const char *base, int i)
int test (char *URL)

Variables

static const char * RTP_DATA = "$_1234\n\0asdf"
static int rtp_packet_count = 0

Define Documentation

#define RTP_DATA_SIZE   12

Definition at line 48 of file lib571.c.

#define RTP_PKT_CHANNEL (   p)    ((int)((unsigned char)((p)[1])))

Definition at line 43 of file lib571.c.

#define RTP_PKT_LENGTH (   p)
Value:
((((int)((unsigned char)((p)[2]))) << 8) | \
                             ((int)((unsigned char)((p)[3]))))

Definition at line 45 of file lib571.c.


Function Documentation

static size_t rtp_write ( void *  ptr,
size_t  size,
size_t  nmemb,
void *  stream 
) [static]

Definition at line 53 of file lib571.c.

static char* suburl ( const char *  base,
int  i 
) [static]

Definition at line 96 of file lib571.c.

int test ( char *  URL)

Definition at line 101 of file lib571.c.


Variable Documentation

const char* RTP_DATA = "$_1234\n\0asdf" [static]

Definition at line 49 of file lib571.c.

int rtp_packet_count = 0 [static]

Definition at line 51 of file lib571.c.



rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:09