From 84ebf02b2bdacffccc9e5fa3096477d86b9ac152 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 12 Dec 2011 12:49:40 -0800 Subject: usrp: added mboard param to set time next pps --- host/include/uhd/usrp/multi_usrp.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index 5ea00565a..49354f1af 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -199,8 +199,9 @@ public: * the seconds in the time spec should be current seconds + 1. * * \param time_spec the time to latch into the usrp device + * \param mboard the motherboard index 0 to M-1 */ - virtual void set_time_next_pps(const time_spec_t &time_spec) = 0; + virtual void set_time_next_pps(const time_spec_t &time_spec, size_t mboard = ALL_MBOARDS) = 0; /*! * Synchronize the times across all motherboards in this configuration. -- cgit v1.2.3