Functions | |
| def | generate_setup_bat_text |
| Private Functions. | |
| def | is_invalid_workspace |
| def | write_setup_bat |
| Public Functions. | |
| def | write_toplevel_cmake |
Private Functions.
Definition at line 45 of file workspace.py.
| def win_ros.workspace.is_invalid_workspace | ( | src_path | ) |
Checks for source directory and source CMakeLists.txt. @return Error string if not valid, otherwise None
Definition at line 121 of file workspace.py.
| def win_ros.workspace.write_setup_bat | ( | base_path | ) |
Public Functions.
Definition at line 106 of file workspace.py.
| def win_ros.workspace.write_toplevel_cmake | ( | base_path, | |
| toplevel_cmake_url | |||
| ) |
Definition at line 113 of file workspace.py.