Functions | |
def | leak_check (rss_start, rss_end) |
memory leak check More... | |
def | mem_rss () |
def | print_file_and_cons (out_data, out_flag=0) |
file and console out More... | |
Variables | |
config = consin0.rtc_ref.get_configuration () | |
SDOSystemElement::get_configuration ();. More... | |
consin0 = ns.rtc_handles["ConsoleIn0.rtc"] | |
devProf = SDOPackage.DeviceProfile("test","","","0.1.0",[]) | |
Configuration::set_device_profile (in DeviceProfile dProfile);. More... | |
env = RtmEnv(sys.argv, ["localhost:9898"]) | |
string | fodat = "=== " + test_case + " start ===" |
SDOSystemElement::get_monitoring (); consin0.rtc_ref.get_monitoring () # not implemented. More... | |
fout = open(test_case + ".log", 'w') | |
listo = env.name_space["localhost:9898"].list_obj() | |
int | loop_cnt = 1000 |
ns = env.name_space['localhost:9898'] | |
def | rss0 = rss0 |
SDOSystemElement::get_owned_organizations() More... | |
def | rss1 = i |
def | rssEnd = mem_rss() |
string | test_case = "SDOPackageTest" |
file out setting More... | |
def SDOPackageTest.leak_check | ( | rss_start, | |
rss_end | |||
) |
memory leak check
Definition at line 51 of file SDOPackageTest.py.
def SDOPackageTest.mem_rss | ( | ) |
Definition at line 30 of file SDOPackageTest.py.
def SDOPackageTest.print_file_and_cons | ( | out_data, | |
out_flag = 0 |
|||
) |
file and console out
Definition at line 35 of file SDOPackageTest.py.
SDOPackageTest.config = consin0.rtc_ref.get_configuration () |
SDOSystemElement::get_configuration ();.
Definition at line 167 of file SDOPackageTest.py.
SDOPackageTest.consin0 = ns.rtc_handles["ConsoleIn0.rtc"] |
Definition at line 28 of file SDOPackageTest.py.
SDOPackageTest.devProf = SDOPackage.DeviceProfile("test","","","0.1.0",[]) |
Configuration::set_device_profile (in DeviceProfile dProfile);.
Definition at line 211 of file SDOPackageTest.py.
SDOPackageTest.env = RtmEnv(sys.argv, ["localhost:9898"]) |
Definition at line 20 of file SDOPackageTest.py.
string SDOPackageTest.fodat = "=== " + test_case + " start ===" |
SDOSystemElement::get_monitoring (); consin0.rtc_ref.get_monitoring () # not implemented.
SDOSystemElement::get_status (in string nme); consin0.rtc_ref.get_status (in string nme) # can not test. because m_sdoStatus is not set. --------------------------------------------------------------------------—
Definition at line 63 of file SDOPackageTest.py.
SDOPackageTest.fout = open(test_case + ".log", 'w') |
Definition at line 61 of file SDOPackageTest.py.
SDOPackageTest.listo = env.name_space["localhost:9898"].list_obj() |
Definition at line 21 of file SDOPackageTest.py.
int SDOPackageTest.loop_cnt = 1000 |
Definition at line 66 of file SDOPackageTest.py.
SDOPackageTest.ns = env.name_space['localhost:9898'] |
Definition at line 26 of file SDOPackageTest.py.
def SDOPackageTest.rss0 = rss0 |
SDOSystemElement::get_owned_organizations()
Configuration::get_configuration_sets ();.
Configuration::set_configuration_parameter (in string name,in any value);.
Configuration::get_configuration_parameter_value (in string name);.
Configuration::get_configuration_parameter_values ();.
Configuration::get_configuration_parameters ();.
SDOSystemElement::get_status_list ();.
SDOSystemElement::get_device_profile ();.
SDOSystemElement::get_sdo_type();.
SDOSystemElement::get_sdo_id();.
Definition at line 82 of file SDOPackageTest.py.
def SDOPackageTest.rss1 = i |
Definition at line 85 of file SDOPackageTest.py.
def SDOPackageTest.rssEnd = mem_rss() |
Definition at line 91 of file SDOPackageTest.py.
string SDOPackageTest.test_case = "SDOPackageTest" |
file out setting
Definition at line 60 of file SDOPackageTest.py.