Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ccd-spectrometer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
ccd-spectrometer
Commits
0c8a360f
Commit
0c8a360f
authored
1 year ago
by
Graziano Scalamera
Browse files
Options
Downloads
Patches
Plain Diff
Fix return type of load_intensity_cal_file and save_intensity_cal_file in .h
parent
bfaa26c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CCDSpectrometer.h
+2
-2
2 additions, 2 deletions
src/CCDSpectrometer.h
with
2 additions
and
2 deletions
src/CCDSpectrometer.h
+
2
−
2
View file @
0c8a360f
...
...
@@ -144,8 +144,8 @@ public:
int
exposures
[
AUTO_EXPOSURE_MEAN
];
int
exposure_idx
;
void
string_explode
(
string
str
,
string
separator
,
vector
<
string
>*
results
);
int
load_intensity_cal_file
(
string
filename
);
int
save_intensity_cal_file
(
string
filename
);
void
load_intensity_cal_file
(
string
filename
);
void
save_intensity_cal_file
(
string
filename
);
uint32_t
myntohl
(
uint32_t
val_l
);
float
fit
[
5
/*NR_WAVELEN_POL_COEF*/
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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