1 Commits
1.2.2 ... 1.3.0

Author SHA1 Message Date
6553b468c8 Updated to sinqMotor 1.4.0 and hid all symbols
Some checks failed
Test And Build / Lint (push) Failing after 3s
Test And Build / Build (push) Successful in 7s
2025-08-12 09:44:15 +02:00
3 changed files with 6 additions and 6 deletions

View File

@@ -4,9 +4,9 @@
#include "sinqAxis.h"
#include <memory>
struct masterMacsAxisImpl;
struct HIDDEN masterMacsAxisImpl;
class masterMacsAxis : public sinqAxis {
class HIDDEN masterMacsAxis : public sinqAxis {
public:
/**
* @brief Construct a new masterMacsAxis

View File

@@ -15,11 +15,11 @@
// 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;
class HIDDEN masterMacsAxis;
struct masterMacsControllerImpl;
struct HIDDEN masterMacsControllerImpl;
class masterMacsController : public sinqController {
class HIDDEN masterMacsController : public sinqController {
public:
/**