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