Hide visibility of sinqController classes
All checks were successful
Test And Build / Lint (push) Successful in 5s
Test And Build / Build (push) Successful in 6s

This commit is contained in:
2025-08-12 08:51:54 +02:00
parent 4d27783062
commit c19e4845e4
4 changed files with 34 additions and 6 deletions

View File

@@ -20,9 +20,9 @@ Stefan Mathis, November 2024
#define AbsoluteEncoder "absolute"
#define NoEncoder "none"
struct sinqControllerImpl;
struct HIDDEN sinqControllerImpl;
class epicsShareClass sinqController : public asynMotorController {
class HIDDEN sinqController : public asynMotorController {
public:
/**
* @brief Construct a new sinqController object