Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
932e1bb3
Commit
932e1bb3
authored
Apr 30, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Counters added
parent
b1165960
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletion
+27
-1
opc/wbl/mcomp/src/opc.wb_load
opc/wbl/mcomp/src/opc.wb_load
+27
-1
No files found.
opc/wbl/mcomp/src/opc.wb_load
View file @
932e1bb3
...
...
@@ -1911,7 +1911,7 @@ Volume Opc $ClassVolume 0.0.250.9
Object RtBody $ObjBodyDef 1 01-MAR-2007 17:02:58.07
Body SysBody 01-MAR-2007 17:02:58.07
Attr StructName = "Opc_ServerConfig"
Attr NextAix = "_X
5
"
Attr NextAix = "_X
8
"
EndBody
!/**
! Optional description.
...
...
@@ -1944,12 +1944,38 @@ Volume Opc $ClassVolume 0.0.250.9
Attr TypeRef = "Opc:Class-Opc_ClientAccess"
EndBody
EndObject
!/**
! If the client uses HoldTime and WaitTime for subscription
! request, the opc_server has to be multithreaded.
! 'IfNeeded' turns on multithreading if a HoldTime or WaitTime
! is detected.
!*/
Object MultiThreaded $Attribute 4 24-APR-2007 15:59:51.88
Body SysBody 24-APR-2007 16:00:53.96
Attr PgmName = "MultiThreaded"
Attr TypeRef = "Opc:Type-Opc_MultiThreadedEnum"
EndBody
EndObject
!/**
! Number of currently connected clients.
!*/
Object ClientCnt $Attribute 5 26-APR-2007 14:44:36.43
Body SysBody 26-APR-2007 14:44:58.22
Attr PgmName = "ClientCnt"
Attr Flags = 1040
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
!/**
! Number of served requests.
!*/
Object RequestCnt $Attribute 7 26-APR-2007 14:46:36.24
Body SysBody 26-APR-2007 14:46:38.12
Attr PgmName = "RequestCnt"
Attr Flags = 1040
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
EndObject
Object Template Opc_ServerConfig 2153218048 01-JAN-1970 01:00:00.00
Body RtBody 01-JAN-1970 01:00:00.00
...
...
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