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
Accelerators
Generic
AttributeCombiner
Commits
4a5b6596
Commit
4a5b6596
authored
Mar 06, 2018
by
Jean-Luc Pons
Browse files
Added support for boolean spectrum
parent
6c1c2728
Changes
1
Hide whitespace changes
Inline
Side-by-side
AttributeCombiner.cpp
View file @
4a5b6596
...
...
@@ -866,6 +866,13 @@ void AttributeCombiner::read_dynspec_attributes(Tango::Attribute &attr,DynSpectr
switch
(
item
->
type
)
{
case
Tango
::
DEV_BOOLEAN
:
if
(
item
->
isSpectrum
)
READSPECTRUM
<
Tango
::
DevBoolean
>
(
attr
,
item
,
arl
);
else
READSCALAR
<
Tango
::
DevBoolean
,
Tango
::
DevDouble
>
(
attr
,
item
,
arl
,
NAN
,
NAN
);
break
;
case
Tango
::
DEV_SHORT
:
if
(
item
->
isSpectrum
)
READSPECTRUM
<
Tango
::
DevShort
>
(
attr
,
item
,
arl
);
...
...
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