java.lang.Object |
↳ |
com.pnfsoftware.jeb.core.units.code.simatic.S7 |
Class Overview
S7 constants, enumerations, basic types used by the Simatic Step 7 analysis plugin.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
int
CAT_IN
Constant Value:
1
(0x00000001)
public
static
final
int
CAT_IN_OUT
Constant Value:
3
(0x00000003)
public
static
final
int
CAT_OUT
Constant Value:
2
(0x00000002)
public
static
final
int
CAT_RET
Return value for FC/SFC. Cannot have initial data.
Constant Value:
6
(0x00000006)
public
static
final
int
CAT_STATIC
Constant Value:
4
(0x00000004)
public
static
final
int
CAT_TEMP
Temporary area. Mapped to L (local) memory area. Cannot have initial data.
Constant Value:
5
(0x00000005)
public
static
final
int
FLAG_HAS_EXTENDED_INFO
Constant Value:
16
(0x00000010)
public
static
final
int
FLAG_HAS_INIT_DATA
Constant Value:
8
(0x00000008)
public
static
final
int
MASK_CAT
Constant Value:
7
(0x00000007)
Public Constructors