Classes | |
class | TestComp |
class | TestManager |
Functions | |
def | MyModuleInit |
def | TestCompInit |
def | TestEcInit |
Variables | |
list | testcomp_spec |
def test_Manager.MyModuleInit | ( | manager | ) |
Definition at line 61 of file test_Manager.py.
def test_Manager.TestCompInit | ( | manager | ) |
Definition at line 54 of file test_Manager.py.
def test_Manager.TestEcInit | ( | manager | ) |
Definition at line 65 of file test_Manager.py.
00001 ["implementation_id", "TestComp", 00002 "type_name", "TestComp", 00003 "description", "Test example component", 00004 "version", "1.0", 00005 "vendor", "Shinji Kurihara, AIST", 00006 "category", "example", 00007 "activity_type", "DataFlowComponent", 00008 "max_instance", "10", 00009 "language", "C++", 00010 "lang_type", "compile", 00011 # Configuration variables 00012 "conf.default.int_param0", "0", 00013 "conf.default.int_param1", "1", 00014 "conf.default.double_param0", "0.11", 00015 "conf.default.double_param1", "9.9", 00016 "conf.default.str_param0", "hoge", 00017 "conf.default.str_param1", "dara", 00018 "conf.default.vector_param0", "0.0,1.0,2.0,3.0,4.0", 00019 ""]
Definition at line 28 of file test_Manager.py.