Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christian Dziwok
Ph2_ACF
Commits
e8591d05
Commit
e8591d05
authored
Oct 24, 2016
by
Georg Auzinger
Browse files
fixed an output bug with easylogging in miniDAQ
parent
6112fe00
Changes
2
Hide whitespace changes
Inline
Side-by-side
miniDAQ/miniDAQ.cc
View file @
e8591d05
...
...
@@ -142,6 +142,7 @@ int main ( int argc, char* argv[] )
std
::
stringstream
outp
;
cSystemController
.
InitializeHw
(
cHWFile
,
outp
);
LOG
(
INFO
)
<<
outp
.
str
();
outp
.
str
(
""
);
cSystemController
.
ConfigureHw
(
outp
);
LOG
(
INFO
)
<<
outp
.
str
();
...
...
settings/HWDescription_2CBC.xml
View file @
e8591d05
<?xml version='1.0' encoding='utf-8'?>
<HwDescription>
<BeBoard
Id=
"0"
boardType=
"GLIB"
>
<connection
id=
"board"
uri=
"ipbusudp-2.0://192.168.000.163:50001"
address_table=
"file://settings/address_table_2CBC.xml"
/>
<!--
<connection id="board" uri="chtcp-2.0://cmsuptracker002:10203?target=192.168.0.175:50001" address_table="file://settings/address_table_2CBC.xml" />
-->
<!--
<connection id="board" uri="ipbusudp-2.0://192.168.000.163:50001" address_table="file://settings/address_table_2CBC.xml" />
-->
<connection
id=
"board"
uri=
"chtcp-2.0://cmsuptracker002:10203?target=192.168.0.175:50001"
address_table=
"file://settings/address_table_2CBC.xml"
/>
<FW_Version
NCbcDataSize=
"4"
/>
<Module
FeId=
"0"
FMCId=
"0"
ModuleId=
"0"
Status=
"1"
>
<Global_CBC_Register
name=
"VCth"
>
0x76
</Global_CBC_Register>
...
...
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