mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-12 21:33:02 +00:00
Adding documentation and improving code formatting.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@103 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/*!
|
||||
* \file pseudorange_interface.h
|
||||
* \brief This class represents an interface to a navigation gnss block.
|
||||
* \brief This class represents an interface to an Observables block.
|
||||
* \author Javier Arribas, 2011. jarribas(at)cttc.es
|
||||
*
|
||||
* Abstract class for pseudorange_intefaces. Since all its methods are virtual,
|
||||
* Abstract class for Observables modules. Since all its methods are virtual,
|
||||
* this class cannot be instantiated directly, and a subclass can only be
|
||||
* instantiated directly if all inherited pure virtual methods have been
|
||||
* implemented by that class or a parent class.
|
||||
|
||||
Reference in New Issue
Block a user