1 #ifndef FW_COMP_BASE_HPP 2 #define FW_COMP_BASE_HPP 27 #if FW_OBJECT_TO_STRING == 1 28 virtual const char* getToStringFormatString();
29 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.
virtual void deinit()
Deinitialization function.
Declarations for Fw::ObjBase and Fw::ObjRegistry.
Implementation of malloc based allocator.