1
0
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:
Carles Fernandez
2019-02-22 10:47:24 +01:00
parent 6d6979bb56
commit 62a7e54359
356 changed files with 2277 additions and 2268 deletions

View File

@@ -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.
*