summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_HE910Radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts/MTS_IO_HE910Radio.h')
-rw-r--r--include/mts/MTS_IO_HE910Radio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_HE910Radio.h b/include/mts/MTS_IO_HE910Radio.h
index c8700da..54ad5a3 100644
--- a/include/mts/MTS_IO_HE910Radio.h
+++ b/include/mts/MTS_IO_HE910Radio.h
@@ -39,10 +39,12 @@ namespace MTS {
public:
virtual ~HE910Radio(){};
- CODE setRxDiversity(const Json::Value& jArgs);
+ CODE setRxDiversity(const Json::Value& jArgs);
+ const std::vector<std::string> getRegistrationCommands() override;
protected:
HE910Radio(const std::string& sHE910Model, const std::string& sPort);
+
private:
};