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
a9efb347
Commit
a9efb347
authored
Feb 15, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ge invisible dynamics, string attributes inverted
parent
aab95c8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
xtt/lib/ge/src/ge_dyn.cpp
xtt/lib/ge/src/ge_dyn.cpp
+4
-1
No files found.
xtt/lib/ge/src/ge_dyn.cpp
View file @
a9efb347
/*
/*
* Proview Open Source Process Control.
* Proview Open Source Process Control.
* Copyright (C) 2005-201
1 SSAB Oxelosund
AB.
* Copyright (C) 2005-201
2 SSAB EMEA
AB.
*
*
* This file is part of Proview.
* This file is part of Proview.
*
*
...
@@ -2990,6 +2990,9 @@ int GeInvisible::scan( grow_tObject object)
...
@@ -2990,6 +2990,9 @@ int GeInvisible::scan( grow_tObject object)
if
(
!
get_dig
(
&
val
,
p
,
a_typeid
,
bitmask
))
if
(
!
get_dig
(
&
val
,
p
,
a_typeid
,
bitmask
))
return
1
;
return
1
;
if
(
a_typeid
==
pwr_eType_String
)
val
=
!
val
;
if
(
inverted
)
if
(
inverted
)
val
=
!
val
;
val
=
!
val
;
...
...
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