Pass through the coding styles

This commit is contained in:
Alexander Bock
2025-06-05 10:59:58 +02:00
parent 7b731219aa
commit fbd4128b34
56 changed files with 179 additions and 112 deletions

View File

@@ -110,7 +110,7 @@ public:
void queueScript(Script script);
void queueScript(std::string script);
// Runs the `script` every `timeout` seconds wallclock time
// Runs the `script` every `timeout` seconds wallclock time
void registerRepeatedScript(std::string identifier, std::string script,
double timeout, std::string preScript = "", std::string postScript = "");
void removeRepeatedScript(std::string_view identifier);