new object ID type

This commit is contained in:
2022-07-29 14:15:05 +02:00
parent f11433e50f
commit 03e12a2388
7 changed files with 212 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