]> git.sesse.net Git - casparcg/blobdiff - protocol/amcp/AMCPCommandsImpl.h
2.0. Applied tk3 patch, STATUS command for layer status querying.
[casparcg] / protocol / amcp / AMCPCommandsImpl.h
index 3f50f34a7f48f4d30383dd192eeb2a212bedba6e..ef5f53bda600c9d3a931bd68070823a851e3d4aa 100644 (file)
@@ -102,6 +102,12 @@ class PrintCommand : public AMCPCommandBase<true, AddToQueue, 0>
        bool DoExecute();\r
 };\r
 \r
+class StatusCommand : public AMCPCommandBase<true, AddToQueue, 0>\r
+{\r
+       std::wstring print() const { return L"StatusCommand";}\r
+       bool DoExecute();\r
+};\r
+\r
 class LogCommand : public AMCPCommandBase<false, AddToQueue, 0>\r
 {\r
        std::wstring print() const { return L"LogCommand";}\r