00001 00009 #ifndef AV_RCSTEST_H 00010 #define AV_RCSTEST_H 00011 00012 #include <cybergarage/upnp/ccontrolpoint.h> 00013 00014 #define NUM_RCS_TEST_CASES 2 00015 00016 #define TEST_CASE_RCS_LIST_PRESETS "RCS List Presets Test" 00017 #define TEST_CASE_RCS_SELECT_PRESET "RCS Select Preset Test" 00018 00019 int cp_test_rcs_print_statistics(); 00020 00021 int cp_test_rcs(CgUpnpControlPoint* cp); 00022 00023 int cp_test_rcs_list_presets(CgUpnpControlPoint* cp, char* udn); 00024 int cp_test_rcs_select_preset(CgUpnpControlPoint* cp, char* udn); 00025 00026 #endif