mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-17 15:47:15 +00:00
Introduce readability-identifier-naming check
This commit enforces naming style for Classes and global constants: Camel_Snake_Case for Classes UPPER_CASE for global constants CamelCase for abstract classes
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include "gnss_synchro.h"
|
||||
|
||||
template <typename Data>
|
||||
class concurrent_queue;
|
||||
class Concurrent_Queue;
|
||||
|
||||
/*! \brief This abstract class represents an interface to an acquisition GNSS block.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user