1 #ifndef FW_COMP_BASE_HPP 2 #define FW_COMP_BASE_HPP 25 #if FW_OBJECT_TO_STRING == 1 26 virtual const char* getToStringFormatString();
27 void toString(
char* str,
FwSizeType size)
override;
void setIdBase(const FwIdType)
Set the ID base.
FwIdType getIdBase() const
PlatformSizeType FwSizeType
FwEnumStoreType getInstance() const
PassiveComponentBase(const char *name)
Named constructor.
void init()
Object initializer.
virtual ~PassiveComponentBase()
Destructor.
Declarations for Fw::ObjBase and Fw::ObjRegistry.
Implementation of malloc based allocator.