Go to the source code of this file.
Classes | |
class | ServiceProfileSDOPackageTest.SDOServiceMock |
Dummy class of SDOService_impl. More... | |
Namespaces | |
namespace | ServiceProfileSDOPackageTest |
Functions | |
def | ServiceProfileSDOPackageTest.leak_check |
memory leak check | |
def | ServiceProfileSDOPackageTest.mem_rss |
def | ServiceProfileSDOPackageTest.print_file_and_cons |
file and console out | |
Variables | |
list | ServiceProfileSDOPackageTest.a0 = ns.rtc_handles["a.rtc"] |
tuple | ServiceProfileSDOPackageTest.config = a0.rtc_ref.get_configuration() |
tuple | ServiceProfileSDOPackageTest.env = RtmEnv(sys.argv, ["localhost:9898"]) |
string | ServiceProfileSDOPackageTest.fodat = "=== " |
tuple | ServiceProfileSDOPackageTest.fout = open(test_case + ".log", 'w') |
list | ServiceProfileSDOPackageTest.listo = env.name_space["localhost:9898"] |
Create Composite RTC. | |
int | ServiceProfileSDOPackageTest.loop_cnt = 1000 |
tuple | ServiceProfileSDOPackageTest.manager = naming.resolve(mgr_name) |
tuple | ServiceProfileSDOPackageTest.mgr_name = socket.gethostname() |
Get Manager object reference. | |
tuple | ServiceProfileSDOPackageTest.naming = CorbaNaming(env.orb, "localhost:9898") |
list | ServiceProfileSDOPackageTest.ns = env.name_space['localhost:9898'] |
tuple | ServiceProfileSDOPackageTest.rss0 = mem_rss() |
Configuration::add_service_profile (in ServiceProfile sProfile);. | |
tuple | ServiceProfileSDOPackageTest.rss1 = mem_rss() |
tuple | ServiceProfileSDOPackageTest.rssEnd = mem_rss() |
tuple | ServiceProfileSDOPackageTest.sdomock = SDOServiceMock() |
tuple | ServiceProfileSDOPackageTest.svcProf = SDOPackage.ServiceProfile("ID 1", "INTERFACE_TYPE 1", [], sdomock) |
tuple | ServiceProfileSDOPackageTest.svcprofs = a0.rtc_ref.get_service_profiles() |
string | ServiceProfileSDOPackageTest.test_case = "ServiceProfileSDOPackageTest" |
file out setting |