Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gnss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
plugins
gnss
Commits
d14cf727
Commit
d14cf727
authored
5 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
hotfix: static const avoiding declared but not used error
parent
1854d6c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!28
release after RAL
,
!27
After 2nd RAL submission
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/gnss/sensor/sensor_gnss.h
+4
-4
4 additions, 4 deletions
include/gnss/sensor/sensor_gnss.h
with
4 additions
and
4 deletions
include/gnss/sensor/sensor_gnss.h
+
4
−
4
View file @
d14cf727
...
@@ -8,10 +8,10 @@
...
@@ -8,10 +8,10 @@
namespace
wolf
{
namespace
wolf
{
static
char
CLOCK_BIAS_KEY
=
'T'
;
static
const
char
CLOCK_BIAS_KEY
=
'T'
;
static
char
CLOCK_BIAS_GPS_GLO_KEY
=
'G'
;
static
const
char
CLOCK_BIAS_GPS_GLO_KEY
=
'G'
;
static
char
CLOCK_BIAS_GPS_GAL_KEY
=
'E'
;
static
const
char
CLOCK_BIAS_GPS_GAL_KEY
=
'E'
;
static
char
CLOCK_BIAS_GPS_CMP_KEY
=
'M'
;
static
const
char
CLOCK_BIAS_GPS_CMP_KEY
=
'M'
;
WOLF_STRUCT_PTR_TYPEDEFS
(
ParamsSensorGnss
);
WOLF_STRUCT_PTR_TYPEDEFS
(
ParamsSensorGnss
);
WOLF_PTR_TYPEDEFS
(
SensorGnss
);
WOLF_PTR_TYPEDEFS
(
SensorGnss
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment