remove old stuff, templates for Emit strings

This commit is contained in:
2023-11-12 23:21:11 +03:00
parent 90298cd5a3
commit fd65c1a3a1
19 changed files with 202 additions and 94 deletions

View File

@@ -26,7 +26,7 @@ public:
int Stop() override;
//int isActive() override;
int getChanType() override;
int getDefaultStorageType(){return ST_PERCENTS255;};
//int getDefaultStorageType(){return ST_PERCENTS255;};
//int Ctrl(short cmd, short n=0, int * Parameters=NULL, int suffixCode=0, char* subItem=NULL) override;
int Ctrl(itemCmd cmd, char* subItem=NULL, bool toExecute=true, bool authorized = false) override;