X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5f2937099a707ddb360954f5c10fe79cfa906110..6bc774ca2ed1cd30d44aced5b9092a587e5b44ae:/projects/stargazer/plugins/other/smux/smux.h diff --git a/projects/stargazer/plugins/other/smux/smux.h b/projects/stargazer/plugins/other/smux/smux.h index bbcada9d..08e23c38 100644 --- a/projects/stargazer/plugins/other/smux/smux.h +++ b/projects/stargazer/plugins/other/smux/smux.h @@ -16,6 +16,7 @@ #include "stg/tariffs.h" #include "sensors.h" +#include "tables.h" #include "types.h" extern "C" PLUGIN * GetPlugin(); @@ -88,6 +89,8 @@ private: bool GetNextRequestHandler(const PDUs_t * pdus); bool SetRequestHandler(const PDUs_t * pdus); + bool UpdateTables(); + USERS * users; TARIFFS * tariffs; @@ -105,6 +108,7 @@ private: SMUXHandlers smuxHandlers; PDUsHandlers pdusHandlers; Sensors sensors; + Tables tables; }; //-----------------------------------------------------------------------------