Skip to content
Snippets Groups Projects
Commit ebd571f1 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

There's a bug in Pogo wich renders the use of *64 variables impossible

I am using the standard CORBA::ULong goe now.  But note that this is mapped per machine and not per universe!
parent ca680788
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ class Crossecho(Device): ...@@ -51,7 +51,7 @@ class Crossecho(Device):
) )
OPC_time_out = device_property( OPC_time_out = device_property(
dtype=, default_value=1000 dtype='uint', default_value=1000
) )
# ---------- # ----------
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<DefaultPropValue>55555</DefaultPropValue> <DefaultPropValue>55555</DefaultPropValue>
</deviceProperties> </deviceProperties>
<deviceProperties name="OPC_time_out" description=""> <deviceProperties name="OPC_time_out" description="">
<type xsi:type="pogoDsl:ULongType"/> <type xsi:type="pogoDsl:UIntType"/>
<status abstract="false" inherited="false" concrete="true" concreteHere="true"/> <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
<DefaultPropValue>1000</DefaultPropValue> <DefaultPropValue>1000</DefaultPropValue>
</deviceProperties> </deviceProperties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment