Functions | |
def | generate |
def | msg_to_cpp |
def | normal_method_args |
def | normal_method_args_string |
def | write_cpp_includes |
def | write_cpp_proxy_definition |
def | write_cpp_proxy_methods |
def | write_cpp_server_definition |
def | write_header_begin |
def | write_header_end |
def | write_header_forward_declarations |
def | write_header_includes |
def | write_header_interface_declaration |
def | write_header_message_forward_declarations |
def | write_header_proxy_declaration |
def | write_header_server_declaration |
Variables | |
list | input = sys.argv[1] |
list | output_dir = sys.argv[2] |
tuple | p = gen.load_from_file(input) |
def gen_cpp.generate | ( | output_dir, | |
i, | |||
pkg, | |||
pkg_path | |||
) |
Definition at line 322 of file gen_cpp.py.
def gen_cpp.msg_to_cpp | ( | type | ) |
Definition at line 76 of file gen_cpp.py.
def gen_cpp.normal_method_args | ( | i, | |
m, | |||
include_return_args = True |
|||
) |
Definition at line 102 of file gen_cpp.py.
def gen_cpp.normal_method_args_string | ( | i, | |
m, | |||
include_return_args = True |
|||
) |
Definition at line 123 of file gen_cpp.py.
def gen_cpp.write_cpp_includes | ( | cpps, | |
i, | |||
pkg | |||
) |
Definition at line 197 of file gen_cpp.py.
def gen_cpp.write_cpp_proxy_definition | ( | cpps, | |
i, | |||
pkg | |||
) |
Definition at line 258 of file gen_cpp.py.
def gen_cpp.write_cpp_proxy_methods | ( | cpps, | |
i, | |||
m, | |||
pkg | |||
) |
Definition at line 209 of file gen_cpp.py.
def gen_cpp.write_cpp_server_definition | ( | cpps, | |
i, | |||
pkg | |||
) |
Definition at line 282 of file gen_cpp.py.
def gen_cpp.write_header_begin | ( | hs, | |
i, | |||
pkg | |||
) |
Definition at line 46 of file gen_cpp.py.
def gen_cpp.write_header_end | ( | hs, | |
i, | |||
pkg | |||
) |
Definition at line 50 of file gen_cpp.py.
Definition at line 90 of file gen_cpp.py.
def gen_cpp.write_header_includes | ( | hs, | |
i, | |||
pkg | |||
) |
Definition at line 53 of file gen_cpp.py.
def gen_cpp.write_header_interface_declaration | ( | hs, | |
i, | |||
pkg | |||
) |
Definition at line 126 of file gen_cpp.py.
def gen_cpp.write_header_message_forward_declarations | ( | hs, | |
i | |||
) |
Definition at line 95 of file gen_cpp.py.
def gen_cpp.write_header_proxy_declaration | ( | hs, | |
i, | |||
pkg | |||
) |
Definition at line 147 of file gen_cpp.py.
def gen_cpp.write_header_server_declaration | ( | hs, | |
i, | |||
pkg | |||
) |
Definition at line 180 of file gen_cpp.py.
list gen_cpp::input = sys.argv[1] |
Definition at line 366 of file gen_cpp.py.
list gen_cpp::output_dir = sys.argv[2] |
Definition at line 367 of file gen_cpp.py.
tuple gen_cpp::p = gen.load_from_file(input) |
Definition at line 370 of file gen_cpp.py.