File tree Expand file tree Collapse file tree
src/point_one/fusion_engine/messages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,8 +185,6 @@ inline p1_ostream& operator<<(p1_ostream& stream, SatelliteType type) {
185185 return stream;
186186}
187187
188- /* * @} */
189-
190188// //////////////////////////////////////////////////////////////////////////////
191189// FrequencyBand
192190// //////////////////////////////////////////////////////////////////////////////
@@ -264,8 +262,6 @@ inline p1_ostream& operator<<(p1_ostream& stream, FrequencyBand type) {
264262 return stream;
265263}
266264
267- /* * @} */
268-
269265P1_CONSTEXPR_FUNC FrequencyBand GetFrequencyBand (GNSSSignalType signal) {
270266 return static_cast <FrequencyBand>(static_cast <uint8_t >(
271267 (static_cast <uint16_t >(signal) >> FREQUENCY_BAND_SHIFT) &
@@ -1099,11 +1095,6 @@ P1_CONSTEXPR_FUNC const char* to_string(GNSSSignalType type) {
10991095 return " Invalid GNSS Signal Type" ;
11001096}
11011097
1102- /* *
1103- * @copydoc to_string()
1104- */
1105- inline const char * ToString (GNSSSignalType type) { return to_string (type); }
1106-
11071098/* *
11081099 * @brief @ref GNSSSignalType stream operator.
11091100 */
@@ -1214,8 +1205,6 @@ P1_CONSTEXPR_FUNC uint32_t ToBitMask(SatelliteType first, Args... others) {
12141205 return ToBitMask (first) | ToBitMask (others...);
12151206}
12161207
1217- /* * @} */
1218-
12191208/* *
12201209 * @defgroup freq_band_masks @ref FrequencyBand Bitmask Support
12211210 * @ingroup config_types
@@ -1300,6 +1289,10 @@ P1_CONSTEXPR_FUNC uint32_t ToBitMask(FrequencyBand first, Args... others) {
13001289 return ToBitMask (first) | ToBitMask (others...);
13011290}
13021291
1292+ /* * @} */
1293+
1294+ /* * @} */
1295+
13031296} // namespace messages
13041297} // namespace fusion_engine
13051298} // namespace point_one
You can’t perform that action at this time.
0 commit comments