14 #ifndef simComponentNetwork_h
15 #define simComponentNetwork_h
18 #include <vlutil/vlList.h>
55 virtual void tick(
bool hostDestroyed);
58 virtual bool postAddComponentsInit();
71 virtual bool removeControllerComponent(
DtSimComponent * component);
90 virtual void createComponentsFromList(
109 virtual bool createComponentConnection(
const DtString& source,
131 virtual void enable();
132 virtual void disable();
142 virtual bool createSensorComponentList();
143 virtual bool createControllerComponentList();
144 virtual bool createActuatorComponentList();