Go to the source code of this file.
◆ grasp_runtime_debug()
| void grasp_runtime_debug |
( |
| ) |
|
◆ grasp_runtime_initialize()
| void grasp_runtime_initialize |
( |
char * |
argv[] | ) |
|
◆ grasp_runtime_set()
| void grasp_runtime_set |
( |
char * |
exec_file, |
|
|
char * |
current_path, |
|
|
char * |
main_settings_file |
|
) |
| |
◆ grasp_runtime_settings_file()
| char* grasp_runtime_settings_file |
( |
| ) |
|
Get current settings file (complete path)
- Returns
- Allocated string with settings file (including complete path)
◆ grasp_runtime_settings_file_filename()
| char* grasp_runtime_settings_file_filename |
( |
| ) |
|
Get filename of current settings file
- Returns
- Allocated string with filename of current settings file
◆ grasp_current_path
| char grasp_current_path[_GBL_FILE_PATH_LEN] |
◆ grasp_exec_file
| char grasp_exec_file[_GBL_FILE_PATH_LEN] |
◆ grasp_main_settings_file
| char grasp_main_settings_file[_GBL_FILE_PATH_LEN] |