12#if FW_OBJECT_TO_STRING == 1 && FW_OBJECT_NAMES == 1
13 void PassiveComponentBase::toString(
char* buffer,
NATIVE_INT_TYPE size) {
16 if (snprintf(buffer, size,
"Comp: %s", this->m_objName) < 0) {
27 this->m_instance = instance;
31 return this->m_instance;
34 void PassiveComponentBase ::
35 setIdBase(
const U32 idBase)
37 this->m_idBase = idBase;
40 U32 PassiveComponentBase ::
43 return this->m_idBase;
PlatformIntType NATIVE_INT_TYPE
C++-compatible configuration header for fprime configuration.
void init()
Object initializer.
NATIVE_INT_TYPE getInstance() const
PassiveComponentBase(const char *name)
Named constructor.
virtual ~PassiveComponentBase()
Destructor.