Merge remote-tracking branch 'origin/development' into mueller/expand-retval-if

This commit is contained in:
2022-08-15 20:32:38 +02:00
6 changed files with 136 additions and 1 deletions

View File

@ -16,7 +16,7 @@
* This is the typedef for object identifiers.
* @ingroup system_objects
*/
typedef uint32_t object_id_t;
using object_id_t = uint32_t;
/**
* This interface allows a class to be included in the object manager