#include <cybergarage/upnp/ccontrolpoint.h>
Go to the source code of this file.
Data Structures | |
struct | _AVCPTestCase |
struct | _AVCPSubTestCase |
Typedefs | |
typedef int(* | TEST_CASE_FUNCTION )(CgUpnpControlPoint *) |
typedef _AVCPTestCase | AVCPTestCase |
typedef int(* | SUB_TEST_CASE_FUNCTION )(CgUpnpControlPoint *, char *) |
typedef _AVCPSubTestCase | AVCPSubTestCase |
Functions | |
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) |
|
|
|
|
|
Sub test case prototype
|
|
Test case prototype
|
|
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. |