16 #ifndef SURGSIM_TESTING_SERIALIZATIONMOCKCOMPONENT_H 17 #define SURGSIM_TESTING_SERIALIZATIONMOCKCOMPONENT_H 19 #include "SurgSim/Framework/Component.h" 20 #include "SurgSim/Framework/ObjectFactory.h" 39 bool getSucceedWithInit()
const;
40 void setSucceedWithInit(
bool val);
42 bool getSucceedWithWakeUp()
const;
43 void setSucceedWithWakeUp(
bool val);
46 bool succeedWithWakeUp;
51 #endif // SURGSIM_TESTING_SERIALIZATIONMOCKCOMPONENT_H virtual bool doWakeUp()
Interface to be implemented by derived classes.
Definition: SerializationMockComponent.cpp:47
Component is the main interface class to pass information to the system managers each will decide whe...
Definition: Component.h:42
This class is for testing the linker and checking if the definition stays in the executable even if t...
Definition: SerializationMockComponent.h:27
virtual bool doInitialize()
Interface to be implemented by derived classes.
Definition: SerializationMockComponent.cpp:41