Custom Channel Plan version of MTDOT Box firmware

Dependencies:   DOGS102 GpsParser ISL29011 MMA845x MPL3115A2 MTS-Serial NCP5623B libmDot-Custom mDot_Channel_Plans

Fork of MTDOT-BOX-EVB-Factory-Firmware by MultiTech

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers CmdSendContinuous.h Source File

CmdSendContinuous.h

00001 
00002 #ifndef __CMDSENDCONTINUOUS_H__
00003 #define __CMDSENDCONTINUOUS_H__
00004 
00005 #include "Command.h"
00006 
00007 class CmdSendContinuous : public Command {
00008 
00009 public:
00010 
00011     CmdSendContinuous(mDot* dot);
00012     uint32_t action(std::vector<std::string> args);
00013     
00014 private:
00015     
00016 };
00017 
00018 #endif // __CMDSENDCONTINUOUS_H__