11 #ifndef simComponentNetwork_h
12 #define simComponentNetwork_h
15 #include <vlutil/vlList.h>
52 virtual void tick(
bool hostDestroyed);
55 virtual bool postAddComponentsInit();
68 virtual bool removeControllerComponent(
DtSimComponent * component);
87 virtual void createComponentsFromList(
107 virtual bool createComponentConnection(
const DtString& source,
129 virtual void enable();
130 virtual void disable();
140 virtual bool createSensorComponentList();
141 virtual bool createControllerComponentList();
142 virtual bool createActuatorComponentList();