Go to the source code of this file.
Namespaces | |
namespace | winros_make |
Functions | |
def | winros_make.parse_args |
Variables | |
tuple | winros_make.args = parse_args() |
tuple | winros_make.build_path = os.path.join(ws_path, 'build') |
tuple | winros_make.devel_path = os.path.join(ws_path, 'devel') |
tuple | winros_make.error_str = win_ros.is_invalid_workspace(src_path) |
Valid workspace. | |
tuple | winros_make.src_path = os.path.join(ws_path, 'src') |
tuple | winros_make.ws_path = os.path.abspath(".") |