Functions | |
| def | path_to_comp_id |
| def | path_to_dir_id |
Variables | |
| tuple | base_dir = os.getenv("OPENRTM_PY") |
| Resource path. | |
| list | cmd |
| make wxs file | |
| tuple | comp_name = path_to_comp_id(path, "rtm") |
| make yaml file | |
| curr_path = base_dir+path | |
| list | data |
| tuple | dir_name = path_to_dir_id(path, "rtm") |
| tuple | dll_cnt = len(dll_list) |
| tuple | dll_list = glob.glob(base_dir + "bin\\x86_win32\\*.dll") |
| list | flist = [] |
| string | full_path = "\\" |
| tuple | path = path.replace("/", "\\") |
| string | src_dir = "OpenRTM_aist" |
| make temporary files | |
| string | temp_dir24 = "OpenRTM_aist24" |
| string | temp_dir24_root = "OpenRTM_aist24\\root" |
| string | temp_dir25 = "OpenRTM_aist25" |
| string | temp_dir25_root = "OpenRTM_aist25\\root" |
| string | temp_dir26 = "OpenRTM_aist26" |
| string | temp_dir26_root = "OpenRTM_aist26\\root" |
| def OpenRTMpywxs.path_to_comp_id | ( | path, | |
| prefix | |||
| ) |
Definition at line 118 of file OpenRTMpywxs.py.
| def OpenRTMpywxs.path_to_dir_id | ( | path, | |
| prefix | |||
| ) |
Definition at line 111 of file OpenRTMpywxs.py.
| tuple OpenRTMpywxs::base_dir = os.getenv("OPENRTM_PY") |
Resource path.
Definition at line 75 of file OpenRTMpywxs.py.
| list OpenRTMpywxs::cmd |
00001 ["flist", 00002 "-c", comp_name, 00003 "-o", dir_name + ".yaml", 00004 "-p", curr_path]
make wxs file
Definition at line 150 of file OpenRTMpywxs.py.
| tuple OpenRTMpywxs::comp_name = path_to_comp_id(path, "rtm") |
make yaml file
Definition at line 132 of file OpenRTMpywxs.py.
| list OpenRTMpywxs::curr_path = base_dir+path |
Definition at line 146 of file OpenRTMpywxs.py.
| list OpenRTMpywxs::data |
Definition at line 22 of file OpenRTMpywxs.py.
| tuple OpenRTMpywxs::dir_name = path_to_dir_id(path, "rtm") |
Definition at line 135 of file OpenRTMpywxs.py.
| tuple OpenRTMpywxs::dll_cnt = len(dll_list) |
Definition at line 89 of file OpenRTMpywxs.py.
| tuple OpenRTMpywxs::dll_list = glob.glob(base_dir + "bin\\x86_win32\\*.dll") |
Definition at line 88 of file OpenRTMpywxs.py.
| list OpenRTMpywxs::flist = [] |
Definition at line 142 of file OpenRTMpywxs.py.
| string OpenRTMpywxs::full_path = "\\" |
Definition at line 140 of file OpenRTMpywxs.py.
| tuple OpenRTMpywxs::path = path.replace("/", "\\") |
Definition at line 137 of file OpenRTMpywxs.py.
| string OpenRTMpywxs::src_dir = "OpenRTM_aist" |
make temporary files
Definition at line 84 of file OpenRTMpywxs.py.
| string OpenRTMpywxs::temp_dir24 = "OpenRTM_aist24" |
Definition at line 85 of file OpenRTMpywxs.py.
| string OpenRTMpywxs::temp_dir24_root = "OpenRTM_aist24\\root" |
Definition at line 100 of file OpenRTMpywxs.py.
| string OpenRTMpywxs::temp_dir25 = "OpenRTM_aist25" |
Definition at line 86 of file OpenRTMpywxs.py.
| string OpenRTMpywxs::temp_dir25_root = "OpenRTM_aist25\\root" |
Definition at line 101 of file OpenRTMpywxs.py.
| string OpenRTMpywxs::temp_dir26 = "OpenRTM_aist26" |
Definition at line 87 of file OpenRTMpywxs.py.
| string OpenRTMpywxs::temp_dir26_root = "OpenRTM_aist26\\root" |
Definition at line 102 of file OpenRTMpywxs.py.