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