mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-08 03:36:44 +00:00
Minor changes
This commit is contained in:
parent
bbf8587970
commit
3a37345d4c
src/algorithms/channel
@ -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()";
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
*
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
* -------------------------------------------------------------------------
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user