Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AttributeCombiner
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Accelerators
Generic
AttributeCombiner
Commits
4a5b6596
Commit
4a5b6596
authored
Mar 06, 2018
by
Jean-Luc Pons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for boolean spectrum
parent
6c1c2728
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
AttributeCombiner.cpp
AttributeCombiner.cpp
+7
-0
No files found.
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
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