Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ana Ventura Barroso
Ph2_ACF
Commits
e1fba861
Commit
e1fba861
authored
Jan 13, 2021
by
Sebastien Wertz
Browse files
remove argument from GetEvents() in AntennaTester
parent
895502e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/AntennaTester.cc
View file @
e1fba861
...
...
@@ -263,7 +263,7 @@ void AntennaTester::Measure(uint8_t pDigiPotentiometer)
{
// Run( pBoard, cNthAcq );
ReadData
(
pBoard
);
const
std
::
vector
<
Event
*>&
events
=
GetEvents
(
pBoard
);
const
std
::
vector
<
Event
*>&
events
=
GetEvents
();
// Loop over Events from this Acquisition
for
(
auto
&
cEvent
:
events
)
...
...
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