From 98281d3bda9fae91c265e0b626782ebbaaab7bdf Mon Sep 17 00:00:00 2001 From: Bijoy Anose Date: Tue, 3 Nov 2015 10:03:25 -0600 Subject: [IN001490] libmts-io: Implementing setRxDiversity function for applicable radio models --- include/mts/MTS_IO_CE910Radio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mts/MTS_IO_CE910Radio.h') diff --git a/include/mts/MTS_IO_CE910Radio.h b/include/mts/MTS_IO_CE910Radio.h index 47444d9..58642cb 100644 --- a/include/mts/MTS_IO_CE910Radio.h +++ b/include/mts/MTS_IO_CE910Radio.h @@ -41,6 +41,7 @@ namespace MTS { CE910Radio(const std::string& sPort); virtual ~CE910Radio(){}; + CODE setRxDiversity(const Json::Value& jArgs); protected: -- cgit v1.2.3