Go to the source code of this file.
Namespaces | |
namespace | objectutils |
Functions | |
def | objectutils._get_special_typedef |
def | objectutils._get_subtypedefs_recursive |
def | objectutils._get_typedef |
def | objectutils._get_typedefs_recursive |
def | objectutils._type_name |
def | objectutils._type_name_from_instance |
def | objectutils.get_service_request_typedef |
def | objectutils.get_service_request_typedef_recursive |
def | objectutils.get_service_response_typedef |
def | objectutils.get_service_response_typedef_recursive |
def | objectutils.get_typedef |
def | objectutils.get_typedef_recursive |
Variables | |
list | objectutils.atomics = ['bool', 'byte','int8', 'uint8', 'int16', 'uint16', 'int32', 'uint32', 'int64', 'uint64', 'float32', 'float64', 'string'] |
list | objectutils.specials = ['time', 'duration'] |