Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tango-ds
DeviceClasses
Acquisition
2D
AGIPD
Commits
8776691e
Commit
8776691e
authored
May 29, 2017
by
Yuelong Yu
Browse files
bug fix
Before the start asics command must be called. This has been fixed.
parent
4b1b4f0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
agipdmc/AGIPDMC.cpp
View file @
8776691e
...
...
@@ -273,6 +273,8 @@ void AGIPDMC::init_device()
*
attr_AutomaticMode_read
=
ReadAttr
<
Tango
::
DevShort
>
(
"AUTOMATIC"
);
m_thData
=
new
UpdateDataThread
(
this
,
m_sptrDP
.
get
(),
m_mtxData
);
m_bAutomatic
=
((
*
attr_AutomaticMode_read
)
==
1
);
//cout<<"start updating data..."<<endl;
cout
<<
"Microcontroller starts..."
<<
endl
;
...
...
agipdmc/Makefile
View file @
8776691e
...
...
@@ -91,7 +91,7 @@ LIB_DIR_USER=
#
# -DACE_HAS_EXCEPTIONS -D__ACE_INLINE__ for ACE
#
CXXFLAGS_USR
+=
-w
-g
-std
=
c++
0x
CXXFLAGS_USR
+=
-w
-g
-std
=
c++
11
#=============================================================================
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment