Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
librelaxisloader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Klemm, Carl Philipp
librelaxisloader
Commits
01240c98
Commit
01240c98
authored
Feb 9, 2023
by
Carl Philipp Klemm
Browse files
Options
Downloads
Patches
Plain Diff
Improve documentation
parent
eb489244
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
relaxisloader/relaxisloader.h
+4
-4
4 additions, 4 deletions
relaxisloader/relaxisloader.h
with
4 additions
and
4 deletions
relaxisloader/relaxisloader.h
+
4
−
4
View file @
01240c98
...
@@ -134,7 +134,7 @@ void rlx_close_file(struct rxfile* file);
...
@@ -134,7 +134,7 @@ void rlx_close_file(struct rxfile* file);
struct
rlx_project
**
rlx_get_projects
(
struct
rxfile
*
file
,
size_t
*
length
);
struct
rlx_project
**
rlx_get_projects
(
struct
rxfile
*
file
,
size_t
*
length
);
/**
/**
* @brief Loads all spectra from file
* @brief Loads all spectra from file
in given proeject
*
*
* @param file file to load spectra from
* @param file file to load spectra from
* @param project project to load spectra from
* @param project project to load spectra from
...
@@ -143,7 +143,7 @@ struct rlx_project** rlx_get_projects(struct rxfile* file, size_t* length);
...
@@ -143,7 +143,7 @@ struct rlx_project** rlx_get_projects(struct rxfile* file, size_t* length);
struct
rlx_spectra
**
rlx_get_all_spectra
(
struct
rxfile
*
file
,
const
struct
rlx_project
*
project
);
struct
rlx_spectra
**
rlx_get_all_spectra
(
struct
rxfile
*
file
,
const
struct
rlx_project
*
project
);
/**
/**
* @brief Loads
a given spectra from file
* @brief Loads
specra ids that are assoicated with a given project
*
*
* @param file file to load spectra from
* @param file file to load spectra from
* @param project project to load spectra from
* @param project project to load spectra from
...
@@ -154,7 +154,7 @@ struct rlx_spectra** rlx_get_all_spectra(struct rxfile* file, const struct rlx_p
...
@@ -154,7 +154,7 @@ struct rlx_spectra** rlx_get_all_spectra(struct rxfile* file, const struct rlx_p
int
*
rlx_get_spectra_ids
(
struct
rxfile
*
file
,
const
struct
rlx_project
*
project
,
size_t
*
length
);
int
*
rlx_get_spectra_ids
(
struct
rxfile
*
file
,
const
struct
rlx_project
*
project
,
size_t
*
length
);
/**
/**
* @brief Loads a given spec
t
ra from file
* @brief Loads
spectra with
a given specra
id and project
from file
*
*
* @param file file to load spectra from
* @param file file to load spectra from
* @param project project to load spectra from
* @param project project to load spectra from
...
@@ -164,7 +164,7 @@ int* rlx_get_spectra_ids(struct rxfile* file, const struct rlx_project* project,
...
@@ -164,7 +164,7 @@ int* rlx_get_spectra_ids(struct rxfile* file, const struct rlx_project* project,
struct
rlx_spectra
*
rlx_get_spectra
(
struct
rxfile
*
file
,
const
struct
rlx_project
*
project
,
int
id
);
struct
rlx_spectra
*
rlx_get_spectra
(
struct
rxfile
*
file
,
const
struct
rlx_project
*
project
,
int
id
);
/**
/**
* @brief Loads a given spectra from file
* @brief Loads
the parameters for
a given spectra
id
from file
*
*
* @param file file to load spectra from
* @param file file to load spectra from
* @param project project to load spectra from
* @param project project to load spectra from
...
...
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