SourceCode/Bond/Servo/Model.h
@@ -1,6 +1,7 @@ #pragma once #include "Configuration.h" #include "HsmsPassive.h" #include "CMaster.h" class CModel { @@ -31,6 +32,7 @@ public: CConfiguration m_configuration; CHsmsPassive m_hsmsPassive; SERVO::CMaster m_master; private: IObservable* m_pObservable;