Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MTS-Serial libxDot-mbed5
CommandTerminal/CmdLBTRSSI.h@17:95c9eb69329a, 2017-06-19 (annotated)
- Committer:
- jenkins@jenkinsdm1
- Date:
- Mon Jun 19 15:54:03 2017 -0500
- Revision:
- 17:95c9eb69329a
mdot-firmware revision 3.0.0-rc7
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jenkins@jenkinsdm1 | 17:95c9eb69329a | 1 | #ifndef __CmdLBTRSSI_H__ |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 2 | #define __CmdLBTRSSI_H__ |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 3 | |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 4 | #include "Command.h" |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 5 | |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 6 | class CommandTerminal; |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 7 | |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 8 | class CmdLBTRSSI : public Command { |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 9 | |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 10 | public: |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 11 | |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 12 | CmdLBTRSSI(); |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 13 | static uint32_t action(std::vector<std::string> args); |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 14 | static bool verify(std::vector<std::string> args); |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 15 | |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 16 | private: |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 17 | |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 18 | }; |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 19 | |
jenkins@jenkinsdm1 | 17:95c9eb69329a | 20 | #endif // __CmdLBTRSSI_H__ |