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

This commit is contained in:
2025-08-12 09:43:24 +02:00
parent 954fc82414
commit 6553b468c8
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:
/**