Use axisParam accessor macros

This commit is contained in:
2025-06-17 13:09:14 +02:00
parent 13f2ec4fbf
commit d198dc8c9f
6 changed files with 100 additions and 321 deletions

View File

@@ -8,11 +8,15 @@
#ifndef masterMacsController_H
#define masterMacsController_H
#include "masterMacsAxis.h"
#include "sinqAxis.h"
#include "sinqController.h"
#include <memory>
// Forward declaration of the controller class to resolve the cyclic dependency
// between the controller and the axis .h-file. See
// https://en.cppreference.com/w/cpp/language/class.
class masterMacsAxis;
struct masterMacsControllerImpl;
class masterMacsController : public sinqController {