firm newest
Dependencies: MTS-Serial libmDot-dev-mbed5-deprecated
Diff: CommandTerminal/CmdPreserveSession.h
- Revision:
- 0:3c869a8cb8f8
diff -r 000000000000 -r 3c869a8cb8f8 CommandTerminal/CmdPreserveSession.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CommandTerminal/CmdPreserveSession.h Thu Oct 18 04:18:48 2018 +0000 @@ -0,0 +1,25 @@ +/* + * CmdPreserveSession.h + * + * Created on: Nov 4, 2015 + * Author: jreiss + */ + +#ifndef CMDPRESERVESESSION_H_ +#define CMDPRESERVESESSION_H_ + +#include "Command.h" + +class CmdPreserveSession : public Command { +public: + CmdPreserveSession(); + virtual ~CmdPreserveSession(); + static uint32_t action(std::vector<std::string> args); + static bool verify(std::vector<std::string> args); + +private: + + +}; + +#endif /* CMDPRESERVESESSION_H_ */