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_CellularRadio.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/mts/MTS_IO_CellularRadio.h') diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h index 71190c5..a90c469 100644 --- a/include/mts/MTS_IO_CellularRadio.h +++ b/include/mts/MTS_IO_CellularRadio.h @@ -418,6 +418,13 @@ namespace MTS { */ virtual CODE activate(const Json::Value& jArgs, UpdateCb& stepCb); + /* + * jArgs = { + * "enabled" : "RX Diversity Enabled ("0" or "1"): STRING" + * } + */ + virtual CODE setRxDiversity(const Json::Value& jArgs)=0; + virtual CODE getEcho(bool& bEnabled); virtual CODE setEcho(bool bEnabled = true); -- cgit v1.2.3