LAPTOP-SNT8I5JK\Boounion
2025-04-29 3426d4e0ee09c61ce379cfd1fe9a6e82de346d90
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;