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
37a96aa8
Commit
37a96aa8
authored
Mar 04, 2010
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ge Access default value, RtReadand RtWrite removed
parent
d4d91f6f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
3 deletions
+18
-3
src/exp/inc/src/pwr_privilege.h
src/exp/inc/src/pwr_privilege.h
+15
-0
xtt/lib/ge/src/ge_dyn.h
xtt/lib/ge/src/ge_dyn.h
+1
-1
xtt/lib/glow/src/glow_tracedata.h
xtt/lib/glow/src/glow_tracedata.h
+2
-2
No files found.
src/exp/inc/src/pwr_privilege.h
View file @
37a96aa8
...
...
@@ -87,6 +87,21 @@ typedef enum {
pwr_mPrv_Operator8
|
pwr_mPrv_Operator9
|
pwr_mPrv_Operator10
,
pwr_mAccess_RtDefault
=
pwr_mPrv_System
|
pwr_mPrv_Maintenance
|
pwr_mPrv_Process
|
pwr_mPrv_Instrument
|
pwr_mPrv_RtEvents
|
pwr_mPrv_Operator1
|
pwr_mPrv_Operator2
|
pwr_mPrv_Operator3
|
pwr_mPrv_Operator4
|
pwr_mPrv_Operator5
|
pwr_mPrv_Operator6
|
pwr_mPrv_Operator7
|
pwr_mPrv_Operator8
|
pwr_mPrv_Operator9
|
pwr_mPrv_Operator10
,
pwr_mAccess_AllOperators
=
pwr_mPrv_Operator1
|
pwr_mPrv_Operator2
|
pwr_mPrv_Operator3
|
...
...
xtt/lib/ge/src/ge_dyn.h
View file @
37a96aa8
...
...
@@ -660,7 +660,7 @@ class GeDyn {
reset_color
(
false
),
ignore_invisible
(
false
),
reset_invisible
(
false
),
dyn_type
(
ge_mDynType_Inherit
),
total_dyn_type
(
ge_mDynType_Inherit
),
action_type
(
ge_mActionType_Inherit
),
total_action_type
(
ge_mActionType_Inherit
),
access
(
glow_mAccess_
AllR
t
),
cycle
(
glow_eCycle_Inherit
),
attr_editor
(
d_attr_editor
)
access
(
glow_mAccess_
RtDefaul
t
),
cycle
(
glow_eCycle_Inherit
),
attr_editor
(
d_attr_editor
)
{}
//! Copy constructor.
...
...
xtt/lib/glow/src/glow_tracedata.h
View file @
37a96aa8
...
...
@@ -25,13 +25,13 @@
#include "pwr_privilege.h"
typedef
pwr_mAccess
glow_mAccess
;
#define glow_mAccess_
AllRt pwr_mAccess_AllR
t
#define glow_mAccess_
RtDefault pwr_mAccess_RtDefaul
t
class
GlowTraceData
{
public:
GlowTraceData
()
:
attr_type
(
glow_eTraceType_Boolean
),
color
(
glow_eDrawType_Inherit
),
color2
(
glow_eDrawType_Inherit
),
p
(
NULL
),
access
(
glow_mAccess_
AllR
t
),
cycle
(
glow_eCycle_Inherit
)
p
(
NULL
),
access
(
glow_mAccess_
RtDefaul
t
),
cycle
(
glow_eCycle_Inherit
)
{
strcpy
(
data
[
0
],
""
);
strcpy
(
data
[
1
],
""
);
...
...
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