Classes | Functions | Variables
OpenRTM_aist::utils::rtc-template::python_gen Namespace Reference

Classes

class  python_gen
class  Struct

Functions

def description
def get_opt_fmt
def MakeActivityFuncs
def MakeSuffix
def usage

Variables

string consumer_import
string initialize_configuration_param
string module_spec
string py_source
string service_impl

Function Documentation

def OpenRTM_aist.utils.rtc-template.python_gen.description ( )

Definition at line 37 of file python_gen.py.

def OpenRTM_aist.utils.rtc-template.python_gen.get_opt_fmt ( )

Definition at line 56 of file python_gen.py.

def OpenRTM_aist.utils.rtc-template.python_gen.MakeActivityFuncs (   dict)

Definition at line 198 of file python_gen.py.

def OpenRTM_aist.utils.rtc-template.python_gen.MakeSuffix (   opts,
  dict 
)

Definition at line 220 of file python_gen.py.

def OpenRTM_aist.utils.rtc-template.python_gen.usage ( )
Python generator specific usage

Definition at line 40 of file python_gen.py.


Variable Documentation

string OpenRTM_aist::utils::rtc-template::python_gen::consumer_import
Initial value:
00001 """\
00002 import _GlobalIDL, _GlobalIDL__POA
00003 """

Definition at line 64 of file python_gen.py.

string OpenRTM_aist::utils::rtc-template::python_gen::initialize_configuration_param
Initial value:
00001 """\
00002     [for config]self._[config.name] = [config.default_data]
00003     [end]"""

Definition at line 68 of file python_gen.py.

string OpenRTM_aist::utils::rtc-template::python_gen::module_spec
Initial value:
00001 """\
00002 [l_name]_spec = ["implementation_id", "[module.name]", 
00003      "type_name",         "[module.name]", 
00004      "description",       "[module.desc]", 
00005      "version",           "[module.version]", 
00006      "vendor",            "[module.vendor]", 
00007      "category",          "[module.category]", 
00008      "activity_type",     "[module.comp_type]", 
00009      "max_instance",      "[module.max_inst]", 
00010      "language",          "Python", 
00011      "lang_type",         "SCRIPT",
00012 [for config]     "conf.default.[config.name]", "[config.default]",
00013 [end]    ""]"""

Definition at line 72 of file python_gen.py.

string OpenRTM_aist::utils::rtc-template::python_gen::py_source

Definition at line 89 of file python_gen.py.

string OpenRTM_aist::utils::rtc-template::python_gen::service_impl
Initial value:
00001 """\
00002 [for service_idl]from [service_idl.idl_basename]_idl_example import *
00003 [end]"""

Definition at line 60 of file python_gen.py.



openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Aug 27 2015 14:17:30