summaryrefslogtreecommitdiff
path: root/CommandTerminal/CmdSendContinuous.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommandTerminal/CmdSendContinuous.h')
-rw-r--r--CommandTerminal/CmdSendContinuous.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/CommandTerminal/CmdSendContinuous.h b/CommandTerminal/CmdSendContinuous.h
new file mode 100644
index 0000000..403ab54
--- /dev/null
+++ b/CommandTerminal/CmdSendContinuous.h
@@ -0,0 +1,18 @@
+
+#ifndef __CMDSENDCONTINUOUS_H__
+#define __CMDSENDCONTINUOUS_H__
+
+#include "Command.h"
+
+class CmdSendContinuous : public Command {
+
+public:
+
+ CmdSendContinuous(mDot* dot);
+ uint32_t action(std::vector<std::string> args);
+
+private:
+
+};
+
+#endif // __CMDSENDCONTINUOUS_H__