summaryrefslogtreecommitdiff
path: root/CommandTerminal/CmdSendContinuous.h
blob: 403ab54c1caf203b70896ca61bc93f2fbb1e25fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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__