Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
761d5fc1
Commit
761d5fc1
authored
6 years ago
by
Lamar Moore
Browse files
Options
Downloads
Patches
Plain Diff
clang-format
parent
997c265f
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
Framework/LiveData/src/Kafka/KafkaEventStreamDecoder.cpp
+7
-8
7 additions, 8 deletions
Framework/LiveData/src/Kafka/KafkaEventStreamDecoder.cpp
with
7 additions
and
8 deletions
Framework/LiveData/src/Kafka/KafkaEventStreamDecoder.cpp
+
7
−
8
View file @
761d5fc1
...
@@ -256,13 +256,13 @@ void KafkaEventStreamDecoder::eventDataFromMessage(const std::string &buffer) {
...
@@ -256,13 +256,13 @@ void KafkaEventStreamDecoder::eventDataFromMessage(const std::string &buffer) {
}
}
/**
/**
* Get sample environment log data from the flatbuffer and append it to the
* Get sample environment log data from the flatbuffer and append it to the
* workspace
* workspace
*
*
* @param seData : flatbuffer offset of the sample environment log data
* @param seData : flatbuffer offset of the sample environment log data
* @param nSEEvents : number of sample environment log values in the flatbuffer
* @param nSEEvents : number of sample environment log values in the flatbuffer
* @param mutableRunInfo : Log manager containing the existing sample logs
* @param mutableRunInfo : Log manager containing the existing sample logs
*/
*/
void
KafkaEventStreamDecoder
::
sampleDataFromMessage
(
const
std
::
string
&
buffer
)
{
void
KafkaEventStreamDecoder
::
sampleDataFromMessage
(
const
std
::
string
&
buffer
)
{
std
::
lock_guard
<
std
::
mutex
>
lock
(
m_mutex
);
std
::
lock_guard
<
std
::
mutex
>
lock
(
m_mutex
);
...
@@ -384,7 +384,6 @@ void KafkaEventStreamDecoder::initLocalCaches(
...
@@ -384,7 +384,6 @@ void KafkaEventStreamDecoder::initLocalCaches(
m_dataReset
=
true
;
m_dataReset
=
true
;
}
}
}
// namespace LiveData
}
// namespace LiveData
}
// namespace Mantid
}
// namespace Mantid
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