Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
ce1e9cb1
Commit
ce1e9cb1
authored
Dec 01, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T: bugfix: bad order of parameters in function declaration
parent
53ccc0e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
common/utils/T/tracer/logger/logger.h
common/utils/T/tracer/logger/logger.h
+3
-3
No files found.
common/utils/T/tracer/logger/logger.h
View file @
ce1e9cb1
...
...
@@ -11,9 +11,9 @@ logger *new_ttilog(void *event_handler, void *database,
char
*
event_name
,
char
*
frame_varname
,
char
*
subframe_varname
,
char
*
data_varname
,
int
convert_to_dB
);
logger
*
new_ticked_ttilog
(
void
*
event_handler
,
void
*
database
,
char
*
tick_event_name
,
char
*
event_name
,
char
*
frame_varname
,
char
*
subframe
_varname
,
char
*
data_varname
,
int
convert_to_dB
,
float
empty_value
);
char
*
tick_event_name
,
char
*
frame_varname
,
char
*
subframe_varname
,
char
*
event_name
,
char
*
data
_varname
,
int
convert_to_dB
,
float
empty_value
);
logger
*
new_timelog
(
void
*
event_handler
,
void
*
database
,
char
*
event_name
);
logger
*
new_ticklog
(
void
*
event_handler
,
void
*
database
,
char
*
event_name
,
char
*
frame_name
,
char
*
subframe_name
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment