Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
axisg2selector
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
axisg2selector
Commits
1c7635c2
Commit
1c7635c2
authored
3 years ago
by
Alessandro Abrami
Browse files
Options
Downloads
Patches
Plain Diff
2021/10/07: BRANCH(withHistory) History in Expert
parent
48766f17
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/AxisG2Selector.cpp
+4
-0
4 additions, 0 deletions
src/AxisG2Selector.cpp
src/AxisG2Selector.xmi
+1
-1
1 addition, 1 deletion
src/AxisG2Selector.xmi
src/AxisG2SelectorClass.cpp
+1
-1
1 addition, 1 deletion
src/AxisG2SelectorClass.cpp
with
6 additions
and
2 deletions
src/AxisG2Selector.cpp
+
4
−
0
View file @
1c7635c2
...
...
@@ -580,6 +580,10 @@ void AxisG2Selector::init_device()
}
//=======================================
std
::
stringstream
ss
;
ss
<<
__func__
<<
"(done)"
;
hist
->
push_end
(
ss
.
str
());
if
(
init_device_ok
)
{
set_state
(
Tango
::
ON
);
...
...
This diff is collapsed.
Click to expand it.
src/AxisG2Selector.xmi
+
1
−
1
View file @
1c7635c2
...
...
@@ -184,7 +184,7 @@
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
<properties
description=
""
label=
""
unit=
""
standardUnit=
""
displayUnit=
""
format=
""
maxValue=
""
minValue=
""
maxAlarm=
""
minAlarm=
""
maxWarning=
""
minWarning=
""
deltaTime=
""
deltaValue=
""
/>
</attributes>
<attributes
name=
"History"
attType=
"Spectrum"
rwType=
"READ"
displayLevel=
"
O
PER
ATOR
"
polledPeriod=
"0"
maxX=
"2000"
maxY=
""
allocReadMember=
"true"
isDynamic=
"false"
>
<attributes
name=
"History"
attType=
"Spectrum"
rwType=
"READ"
displayLevel=
"
EX
PER
T
"
polledPeriod=
"0"
maxX=
"2000"
maxY=
""
allocReadMember=
"true"
isDynamic=
"false"
>
<dataType
xsi:type=
"pogoDsl:StringType"
/>
<changeEvent
fire=
"false"
libCheckCriteria=
"false"
/>
<archiveEvent
fire=
"false"
libCheckCriteria=
"false"
/>
...
...
This diff is collapsed.
Click to expand it.
src/AxisG2SelectorClass.cpp
+
1
−
1
View file @
1c7635c2
...
...
@@ -794,7 +794,7 @@ void AxisG2SelectorClass::attribute_factory(vector<Tango::Attr *> &att_list)
history
->
set_default_properties
(
history_prop
);
// Not Polled
history
->
set_disp_level
(
Tango
::
O
PER
ATOR
);
history
->
set_disp_level
(
Tango
::
EX
PER
T
);
// Not Memorized
att_list
.
push_back
(
history
);
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment