Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadSpecialModules
Commits
053c92f8
Commit
053c92f8
authored
Jan 11, 2017
by
yannick legoc
Browse files
comment on addDataBlockFunction
parent
d68b8ae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/controllers/npp/DPPAcquisitionController.cpp
View file @
053c92f8
...
...
@@ -68,6 +68,7 @@ DPPAcquisitionController::DPPAcquisitionController(const string& name) :
registerRefresher
(
nbAdcControllers
,
&
DPPAcquisitionController
::
refreshNbAdcControllersProperty
,
this
);
// Add the function to decode the list mode block here because it depends on the lstdpp128 library and cannot be in the datafile module.
dynamic_cast
<
AsciiDataFileManager
*>
(
DataFileManager
::
getAsciiInstance
())
->
addDataBlockFunction
(
"LISTMODE_S"
,
&
decodeListModeBlock
);
}
...
...
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