19 #ifndef TG_DATA_MANAGER_H
20 #define TG_DATA_MANAGER_H
81 virtual void step(
double dt);
104 virtual std::string
toString()
const;
118 bool invariant()
const;
151 #endif // TG_DATA_MANAGER_H
std::vector< tgSensor * > m_sensors
virtual void addSenseable(tgSenseable *pSenseable)
std::vector< tgSensorInfo * > m_sensorInfos
virtual void step(double dt)
virtual void addSensorInfo(tgSensorInfo *pSensorInfo)
std::ostream & operator<<(std::ostream &os, const tgDataManager &obj)
std::vector< tgSenseable * > m_senseables
virtual std::string toString() const
Constains the implementation of mixin class tgSenseable.