Classes | Functions | Variables
setup Namespace Reference

Classes

class  Build
 
class  Build_doc
 
class  Build_examples
 
class  Build_examples_idl
 
class  Build_idl
 
class  Install
 
class  InstallData
 
class  OtherSetupForSdist
 

Functions

def compile_idl (cmd, pars, files)
 
def gen_idl_name (dir, name)
 

Variables

 author
 
 author_email
 
 cmdclass
 
 conf_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.conf"))
 
 cwd_ = os.getcwd()
 
 data_files
 
 DEBUG
 
 description
 
 device_if_idl_files
 
list example_data_files = []
 
list example_dir
 
 example_sitedir = os.path.join("share", "OpenRTM-aist", "examples", "python")
 
bool examples_install = False
 
 g_os = None
 
string g_qkc_option = "-u"
 
 idl_files
 
 idl_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.idl"))
 
 install_data_dir = None
 
bool is_examples = False
 
 key_ = ex.keys()[0]
 
 license
 
 long_description
 
 name
 
 packages
 
string pkg_author = "Shinji Kurihara and Noriaki Ando"
 
string pkg_desc = "Python modules for OpenRTM-aist-1.1"
 
string pkg_email = "n-ando@aist.go.jp"
 
string pkg_license = "LGPL"
 
string pkg_long_desc
 
string pkg_name = "OpenRTM-aist-Python"
 
string pkg_url = "http://www.openrtm.org/"
 
string pkg_version = "1.1.0"
 
 py_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.py"))
 
 script_args
 
 scripts
 
 simpleservice__poa_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService"))[0]
 
 simpleservice_idl_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService"))[0]
 
 simpleservice_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService"))[0]
 
 stub_path_
 
 templates_xml
 
list unix_data_files = [("",['OpenRTM-aist.pth'])]
 
list unix_packages
 
 url
 
 vals_ = ex.values()
 
 version
 
 win32_data_files = copy.deepcopy(unix_data_files)
 
list win32_packages
 

Function Documentation

def setup.compile_idl (   cmd,
  pars,
  files 
)
Put together command line for python stubs generation.

Definition at line 45 of file setup.py.

def setup.gen_idl_name (   dir,
  name 
)
Generate name of idl file from directory prefix and IDL module name.

Definition at line 63 of file setup.py.

Variable Documentation

setup.author

Definition at line 546 of file setup.py.

setup.author_email

Definition at line 547 of file setup.py.

setup.cmdclass

Definition at line 551 of file setup.py.

setup.conf_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.conf"))

Definition at line 382 of file setup.py.

setup.cwd_ = os.getcwd()

Definition at line 531 of file setup.py.

setup.data_files

Definition at line 556 of file setup.py.

setup.DEBUG

Definition at line 21 of file setup.py.

setup.description

Definition at line 545 of file setup.py.

setup.device_if_idl_files
Initial value:
1 = glob.glob(os.path.join('OpenRTM_aist',
2  'RTM_IDL',
3  'device_interfaces',
4  '*.idl'))

Definition at line 468 of file setup.py.

list setup.example_data_files = []

Definition at line 362 of file setup.py.

list setup.example_dir
Initial value:
1 = ["AutoControl",
2  "Composite",
3  "ConfigSample",
4  "ExtTrigger",
5  "MobileRobotCanvas",
6  "NXTRTC",
7  "SeqIO",
8  "SimpleIO",
9  {"SimpleService":["SimpleService","SimpleService__POA"]},
10  "Slider_and_Motor",
11  "TkLRFViewer",
12  "TkJoyStick"]

Definition at line 349 of file setup.py.

setup.example_sitedir = os.path.join("share", "OpenRTM-aist", "examples", "python")

Definition at line 30 of file setup.py.

bool setup.examples_install = False

Definition at line 529 of file setup.py.

string setup.g_os = None

Definition at line 23 of file setup.py.

string setup.g_qkc_option = "-u"

Definition at line 24 of file setup.py.

setup.idl_files
Initial value:
1 = glob.glob(os.path.join('OpenRTM_aist',
2  'RTM_IDL',
3  '*.idl'))

Definition at line 464 of file setup.py.

setup.idl_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.idl"))

Definition at line 383 of file setup.py.

setup.install_data_dir = None

Definition at line 309 of file setup.py.

bool setup.is_examples = False

Definition at line 25 of file setup.py.

setup.key_ = ex.keys()[0]

Definition at line 398 of file setup.py.

setup.license

Definition at line 550 of file setup.py.

setup.long_description

Definition at line 549 of file setup.py.

setup.name

Definition at line 543 of file setup.py.

setup.packages

Definition at line 553 of file setup.py.

string setup.pkg_author = "Shinji Kurihara and Noriaki Ando"

Definition at line 516 of file setup.py.

string setup.pkg_desc = "Python modules for OpenRTM-aist-1.1"

Definition at line 515 of file setup.py.

string setup.pkg_email = "n-ando@aist.go.jp"

Definition at line 517 of file setup.py.

string setup.pkg_license = "LGPL"

Definition at line 527 of file setup.py.

string setup.pkg_long_desc
Initial value:
1 = """\
2 OpenRTM-aist is a reference implementation of RT-Middleware,
3 which is now under standardization process in OMG (Object Management Group).
4 OpenRTM-aist is being developed and distributed by
5 Intelligent Systems Research Institute,
6 National Institute of Advanced Industrial Science and Technology (AIST), Japan.
7 Please see http://www.openrtm.org/ for more detail.
8 """

Definition at line 519 of file setup.py.

string setup.pkg_name = "OpenRTM-aist-Python"

Definition at line 513 of file setup.py.

string setup.pkg_url = "http://www.openrtm.org/"

Definition at line 518 of file setup.py.

string setup.pkg_version = "1.1.0"

Definition at line 514 of file setup.py.

setup.py_path_ = glob.glob(os.path.join("OpenRTM_aist", "examples", ex, "*.py"))

Definition at line 381 of file setup.py.

setup.script_args

Definition at line 578 of file setup.py.

setup.scripts

Definition at line 554 of file setup.py.

setup.simpleservice__poa_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService"))[0]

Definition at line 369 of file setup.py.

setup.simpleservice_idl_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService"))[0]

Definition at line 374 of file setup.py.

setup.simpleservice_path = glob.glob(os.path.join("OpenRTM_aist", "examples", "SimpleService"))[0]

Definition at line 364 of file setup.py.

setup.stub_path_
Initial value:
1 = glob.glob(os.path.join("OpenRTM_aist", "examples",
2  key_, val_, "*.py"))

Definition at line 402 of file setup.py.

setup.templates_xml
Initial value:
1 = glob.glob(os.path.join('OpenRTM_aist',
2  'examples',
3  'Templates',
4  '*.xml'))

Definition at line 501 of file setup.py.

list setup.unix_data_files = [("",['OpenRTM-aist.pth'])]

Definition at line 462 of file setup.py.

list setup.unix_packages
Initial value:
1 = ["OpenRTM_aist",
2  "OpenRTM_aist.RTM_IDL",
3  "OpenRTM_aist.RTM_IDL.OpenRTM",
4  "OpenRTM_aist.RTM_IDL.OpenRTM__POA",
5  "OpenRTM_aist.RTM_IDL.RTC",
6  "OpenRTM_aist.RTM_IDL.RTC__POA",
7  "OpenRTM_aist.RTM_IDL.RTM",
8  "OpenRTM_aist.RTM_IDL.RTM__POA",
9  "OpenRTM_aist.RTM_IDL.SDOPackage",
10  "OpenRTM_aist.RTM_IDL.SDOPackage__POA",
11  "OpenRTM_aist.RTM_IDL.device_interfaces",
12  "OpenRTM_aist.ext",
13  "OpenRTM_aist.ext.sdo",
14  "OpenRTM_aist.ext.sdo.observer",
15  "OpenRTM_aist.utils",
16  "OpenRTM_aist.utils.rtcd",
17  "OpenRTM_aist.utils.rtcprof",
18  "OpenRTM_aist.utils.rtc-template",
19  "OpenRTM_aist.utils.rtm-naming"]

Definition at line 329 of file setup.py.

setup.url

Definition at line 548 of file setup.py.

setup.vals_ = ex.values()

Definition at line 397 of file setup.py.

setup.version

Definition at line 544 of file setup.py.

setup.win32_data_files = copy.deepcopy(unix_data_files)

Definition at line 489 of file setup.py.

list setup.win32_packages

Definition at line 429 of file setup.py.



openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:38