Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
usb2
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
usb2
Commits
7b30d68f
Commit
7b30d68f
authored
3 months ago
by
Alessio Igor Bogani
Browse files
Options
Downloads
Patches
Plain Diff
Fix xmi file
parent
a4ef0ab2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/USB2.xmi
+8
-5
8 additions, 5 deletions
src/USB2.xmi
with
8 additions
and
5 deletions
src/USB2.xmi
+
8
−
5
View file @
7b30d68f
<?xml version="1.0" encoding="ASCII"?>
<pogoDsl:PogoSystem
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:pogoDsl=
"http://www.esrf.fr/tango/pogo/PogoDsl"
>
<classes
name=
"USB2"
pogoRevision=
"9.7"
>
<description
description=
""
title=
""
sourcePath=
"/home/alessio/Sources/git-trees/usb2/src"
language=
"Cpp"
filestogenerate=
"XMI file,Code files,Protected Regions"
license=
"GPL"
copyright=
""
hasMandatoryProperty=
"true"
hasConcreteProperty=
"true"
hasAbstractCommand=
"false"
hasAbstractAttribute=
"false"
>
<description
description=
""
title=
""
sourcePath=
"/home/alessio/Sources/git-trees/
e621/deps/
usb2/src"
language=
"Cpp"
filestogenerate=
"XMI file,Code files,Protected Regions"
license=
"GPL"
copyright=
""
hasMandatoryProperty=
"true"
hasConcreteProperty=
"true"
hasAbstractCommand=
"false"
hasAbstractAttribute=
"false"
>
<inheritances
classname=
"Device_Impl"
sourcePath=
""
/>
<identification
contact=
"at elettra.eu> - Alessio Igor Bogani <alessio.bogani"
author=
"Alessio Igor Bogani <alessio.bogani"
emailDomain=
"elettra.eu>"
classFamily=
"Communication"
siteSpecific=
""
platform=
"Unix Like"
bus=
"USB"
manufacturer=
"none"
reference=
""
/>
</description>
...
...
@@ -41,7 +41,6 @@
<type
xsi:type=
"pogoDsl:VoidType"
/>
</argout>
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
<excludedStates>
INIT
</excludedStates>
</commands>
<commands
name=
"Read"
description=
""
execMethod=
"read"
displayLevel=
"OPERATOR"
polledPeriod=
"0"
>
<argin
description=
""
>
...
...
@@ -51,7 +50,6 @@
<type
xsi:type=
"pogoDsl:CharArrayType"
/>
</argout>
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
<excludedStates>
INIT
</excludedStates>
</commands>
<commands
name=
"ReadUntil"
description=
""
execMethod=
"read_until"
displayLevel=
"OPERATOR"
polledPeriod=
"0"
>
<argin
description=
""
>
...
...
@@ -61,7 +59,6 @@
<type
xsi:type=
"pogoDsl:CharArrayType"
/>
</argout>
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
<excludedStates>
INIT
</excludedStates>
</commands>
<attributes
name=
"InputLength"
attType=
"Scalar"
rwType=
"READ"
displayLevel=
"OPERATOR"
polledPeriod=
"0"
maxX=
""
maxY=
""
allocReadMember=
"true"
isDynamic=
"false"
>
<dataType
xsi:type=
"pogoDsl:IntType"
/>
...
...
@@ -87,7 +84,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>
<states
name=
"
ON
"
description=
"
Connected
"
>
<states
name=
"
ALARM
"
description=
""
>
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
</states>
<states
name=
"FAULT"
description=
"Connection failed"
>
...
...
@@ -96,6 +93,12 @@
<states
name=
"INIT"
description=
""
>
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
</states>
<states
name=
"ON"
description=
"Connected"
>
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
</states>
<states
name=
"UNKNOWN"
description=
""
>
<status
abstract=
"false"
inherited=
"false"
concrete=
"true"
concreteHere=
"true"
/>
</states>
<preferences
docHome=
"./doc_html"
makefileHome=
"$(TANGO_HOME)"
/>
</classes>
</pogoDsl:PogoSystem>
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