Functions | |
def | _convert_message_constants (first_party_package, spec, imports) |
def | _convert_message_fields (first_party_package, spec, imports) |
def | _get_genmsg_type (first_party_package, field_type, imports) |
def | convert_genpy_init (modules) |
def | convert_message_class (first_party_package, spec, imports) |
def | convert_service_class (spec, request_class, response_class) |
Variables | |
dictionary | _GENMSG_PRIMITIVES |
dictionary | _GENPY_DEFINED |
|
private |
Definition at line 103 of file converter.py.
|
private |
Definition at line 88 of file converter.py.
|
private |
Get the corresponding python type for the given ROS type. .. warning:: As this method is decorated by lru_cache, make sure that you are using another instance of ImportsElement when calling this method in a different context. (e.g. creating a different module)
Definition at line 48 of file converter.py.
def genmypy.converter.convert_genpy_init | ( | modules | ) |
Definition at line 211 of file converter.py.
def genmypy.converter.convert_message_class | ( | first_party_package, | |
spec, | |||
imports | |||
) |
Definition at line 117 of file converter.py.
def genmypy.converter.convert_service_class | ( | spec, | |
request_class, | |||
response_class | |||
) |
Definition at line 200 of file converter.py.
|
private |
Definition at line 23 of file converter.py.
|
private |
Definition at line 40 of file converter.py.