darker
2025-02-21 97e9c6896ffaedcc2c00fb4ea1bee6a5cdbc4a5d
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;