Functions | |
def | platform_id_to_string |
Utilities. | |
def | system_id_to_string |
Utility functions.
def rocon_conductor.utilities.platform_id_to_string | ( | platform_id | ) |
Utilities.
Platform info to string converter This should be in a shared location (alongside concert_msgs probably) rather than buried here in a user of the concert_msgs.PlatformInfo module.
Definition at line 12 of file utilities.py.
def rocon_conductor.utilities.system_id_to_string | ( | system_id | ) |
System info to string converter This should be in a shared location (alongside concert_msgs probably) rather than buried here in a user of the concert_msgs.PlatformInfo module.
Definition at line 29 of file utilities.py.