#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "cptest.h"
#include "avttest.h"
#include "cdstest.h"
#include "rcstest.h"
Defines | |
#define | NUM_TEST_CASES 3 |
#define | TEST_CASE_AVT "AV Transport Service Test" |
#define | TEST_CASE_CDS "Content Directory Service Test" |
#define | TEST_CASE_RCS "Rendering Control Service Test" |
Functions | |
int | main (int argc, char **argv) |
CgUpnpControlPoint * | init_upnp_controlpoint (void) |
int | destroy_upnp_controlpoint (CgUpnpControlPoint *cp) |
char * | cp_test_get_device_udn_with_service (CgUpnpControlPoint *cp, char *service_name) |
int | cp_test_find_test_case (AVCPTestCase *tc_array, int size, char *name) |
|
Clinkc-av control point test tool Copyright (c) 2006 Nokia Corporation |
|
|
|
|
|
|
|
Find a test case by its name from an array of test cases
|
|
Find a device with a given service
|
|
Stop a control point and destroy it. |
|
Create a control point and start it. |
|
|