From 3a37345d4c4bf8269f192ff30de10d82529e8e2e Mon Sep 17 00:00:00 2001 From: Antonio Ramos Date: Thu, 4 Jan 2018 12:33:13 +0100 Subject: [PATCH] Minor changes --- src/algorithms/channel/adapters/channel.cc | 2 +- src/algorithms/channel/libs/channel_fsm.cc | 3 ++- src/algorithms/channel/libs/channel_fsm.h | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/algorithms/channel/adapters/channel.cc b/src/algorithms/channel/adapters/channel.cc index 8689a8d94..f4c7fa77d 100644 --- a/src/algorithms/channel/adapters/channel.cc +++ b/src/algorithms/channel/adapters/channel.cc @@ -198,6 +198,6 @@ void Channel::set_signal(const Gnss_Signal& gnss_signal) void Channel::start_acquisition() { channel_fsm_.Event_start_acquisition(); - LOG(INFO) << "Channel start_acquisition()"; + DLOG(INFO) << "Channel start_acquisition()"; } diff --git a/src/algorithms/channel/libs/channel_fsm.cc b/src/algorithms/channel/libs/channel_fsm.cc index 75ac0e3da..f218981c6 100644 --- a/src/algorithms/channel/libs/channel_fsm.cc +++ b/src/algorithms/channel/libs/channel_fsm.cc @@ -1,7 +1,8 @@ /*! * \file channel_fsm.cc * \brief Implementation of a State Machine for channel - * \author Antonio Ramos, 2017. antonio.ramos(at)cttc.es + * \authors Antonio Ramos, 2017. antonio.ramos(at)cttc.es + * Luis Esteve, 2011. luis(at)epsilon-formacion.com * * ------------------------------------------------------------------------- * diff --git a/src/algorithms/channel/libs/channel_fsm.h b/src/algorithms/channel/libs/channel_fsm.h index 55068dc85..5cca3b53e 100644 --- a/src/algorithms/channel/libs/channel_fsm.h +++ b/src/algorithms/channel/libs/channel_fsm.h @@ -1,8 +1,8 @@ /*! * \file channel_fsm.h * \brief Interface of the State Machine for channel - * \author Antonio Ramos, 2017. antonio.ramos(at)cttc.es - * + * \authors Antonio Ramos, 2017. antonio.ramos(at)cttc.es + * Luis Esteve, 2011. luis(at)epsilon-formacion.com * * ------------------------------------------------------------------------- *