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);
46 #endif // FW_OBJECT_REGISTRATION 48 #endif // FW_OBJ_SIMPLE_OBJ_REGISTRY_HPP PlatformIntType NATIVE_INT_TYPE
C++-compatible configuration header for fprime configuration.
Declarations for Fw::ObjBase and Fw::ObjRegistry.
#define FW_OBJ_SIMPLE_REG_ENTRIES
Number of objects stored in simple object registry.