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);
40 ObjBase* m_objPtrArray[FW_OBJ_SIMPLE_REG_ENTRIES];
PlatformIntType NATIVE_INT_TYPE
C++-compatible configuration header for fprime configuration.
Declarations for Fw::ObjBase and Fw::ObjRegistry.