19 #ifndef FW_OBJ_SIMPLE_OBJ_REGISTRY_HPP
20 #define FW_OBJ_SIMPLE_OBJ_REGISTRY_HPP
25 #if FW_OBJECT_REGISTRATION == 1
29 class SimpleObjRegistry :
public ObjRegistry {
35 #if FW_OBJECT_NAMES == 1
36 void dump(
const char* objName);
39 void regObject(ObjBase* obj);
PlatformIntType NATIVE_INT_TYPE
#define FW_OBJ_SIMPLE_REG_ENTRIES
Number of objects stored in simple object registry.
C++-compatible configuration header for fprime configuration.
Declarations for Fw::ObjBase and Fw::ObjRegistry.