ElectroCardioGramModel.h
1 /* Distributed under the Apache License, Version 2.0.
2  See accompanying NOTICE file for details.*/
3 
4 #pragma once
5 #include "engine/common/system/equipment/ElectroCardioGramModel.h"
6 #include "engine/human_adult/whole_body/controller/Controller.h"
7 
8 namespace pulse { namespace human_adult_whole_body
9 {
10  class PULSE_DECL ElectroCardioGramModel : public pulse::ElectroCardioGramModel
11  {
12  friend class EngineTest;
13  public:
14  ElectroCardioGramModel(pulse::Data& data) : pulse::ElectroCardioGramModel(data) {}
15  virtual ~ElectroCardioGramModel() = default;
16  };
17 END_NAMESPACE_EX
Definition: Logger.h:14

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.