1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-07 22:43:52 +00:00

Minor changes

This commit is contained in:
Antonio Ramos 2018-01-04 12:33:13 +01:00
parent bbf8587970
commit 3a37345d4c
3 changed files with 5 additions and 4 deletions

View File

@ -198,6 +198,6 @@ void Channel::set_signal(const Gnss_Signal& gnss_signal)
void Channel::start_acquisition() void Channel::start_acquisition()
{ {
channel_fsm_.Event_start_acquisition(); channel_fsm_.Event_start_acquisition();
LOG(INFO) << "Channel start_acquisition()"; DLOG(INFO) << "Channel start_acquisition()";
} }

View File

@ -1,7 +1,8 @@
/*! /*!
* \file channel_fsm.cc * \file channel_fsm.cc
* \brief Implementation of a State Machine for channel * \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
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
* *

View File

@ -1,8 +1,8 @@
/*! /*!
* \file channel_fsm.h * \file channel_fsm.h
* \brief Interface of the State Machine for channel * \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
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
* *