Classes | |
class | ConnListener |
class | ConsoleIn |
class | DataListener |
Functions | |
def | ConsoleInInit |
def | main |
def | MyModuleInit |
Variables | |
list | consolein_spec |
def ComponentActionListenerTestComp.ConsoleInInit | ( | manager | ) |
Definition at line 337 of file ComponentActionListenerTestComp.py.
Definition at line 350 of file ComponentActionListenerTestComp.py.
def ComponentActionListenerTestComp.MyModuleInit | ( | manager | ) |
Definition at line 344 of file ComponentActionListenerTestComp.py.
00001 ["implementation_id", "ConsoleIn", 00002 "type_name", "ConsoleIn", 00003 "description", "Console input component", 00004 "version", "1.0", 00005 "vendor", "Shinji Kurihara", 00006 "category", "example", 00007 "activity_type", "DataFlowComponent", 00008 "max_instance", "10", 00009 "language", "Python", 00010 "lang_type", "script", 00011 ""]
Definition at line 11 of file ComponentActionListenerTestComp.py.