Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Beam Positoning Monitor - Software
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
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
Projects
Beam Positoning Monitor - Software
Commits
989784b3
Commit
989784b3
authored
8 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
libs/libbpmclient/*: fix "transm_in_sel" function name typo
parent
2eb875b3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/libs/libbpmclient/include/bpm_client_core.h
+4
-4
4 additions, 4 deletions
src/libs/libbpmclient/include/bpm_client_core.h
with
4 additions
and
4 deletions
src/libs/libbpmclient/include/bpm_client_core.h
+
4
−
4
View file @
989784b3
...
...
@@ -1003,10 +1003,10 @@ bpm_client_err_e bpm_get_trigger_transm_src (bpm_client_t *self, char *service,
* transmitter of a specified channel "chan".
* All of the functions returns BPM_CLIENT_SUCCESS if the parameter was
* correctly set or error (see bpm_client_err.h for all possible errors)*/
bpm_client_err_e
bpm_set_trigger_transm_
in
_sel
(
bpm_client_t
*
self
,
char
*
service
,
uint32_t
chan
,
uint32_t
transm_
in
_sel
);
bpm_client_err_e
bpm_get_trigger_transm_
in
_sel
(
bpm_client_t
*
self
,
char
*
service
,
uint32_t
chan
,
uint32_t
*
transm_
in
_sel
);
bpm_client_err_e
bpm_set_trigger_transm_
out
_sel
(
bpm_client_t
*
self
,
char
*
service
,
uint32_t
chan
,
uint32_t
transm_
out
_sel
);
bpm_client_err_e
bpm_get_trigger_transm_
out
_sel
(
bpm_client_t
*
self
,
char
*
service
,
uint32_t
chan
,
uint32_t
*
transm_
out
_sel
);
/****************************** Helper Functions ****************************/
/* Helper Function */
...
...
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