Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph
Commits
b5606951
Commit
b5606951
authored
Oct 17, 2018
by
Joseph Mirabel
Committed by
Olivier Stasse
Oct 23, 2018
Browse files
Fix RealTimeLogger
parent
ddab6445
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug/real-time-logger.cpp
View file @
b5606951
...
...
@@ -26,6 +26,8 @@ namespace dynamicgraph
{
RealTimeLogger
::
RealTimeLogger
(
const
std
::
size_t
&
bufferSize
)
:
buffer_
(
bufferSize
,
NULL
)
,
frontIdx_
(
0
)
,
backIdx_
(
0
)
,
oss_
(
NULL
)
,
nbDiscarded_
(
0
)
{
...
...
Write
Preview
Supports
Markdown
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