| Package | Description |
|---|---|
| org.eclipse.scada.da.server.common.memory |
| Modifier and Type | Field and Description |
|---|---|
static ByteOrder |
ByteOrder.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static ByteOrder |
ByteOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteOrder[] |
ByteOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractAccessorAttribute(String name,
int index,
ByteOrder order,
boolean enableTimestamp,
Accessor<T> accessor) |
AbstractAccessorVariable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Accessor<T> accessor,
Attribute... attributes) |
DoubleIntegerAttribute(String name,
int index,
ByteOrder order,
boolean enableTimestamp) |
DoubleIntegerVariable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
Int16Attribute(String name,
int index,
ByteOrder order,
boolean enableTimestamp) |
Int16Variable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
Int32Attribute(String name,
int index,
ByteOrder order,
boolean enableTimestamp) |
Int32Variable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
Int64Attribute(String name,
int index,
ByteOrder order,
boolean enableTimestamp) |
Int64Variable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
WordAttribute(String name,
int index,
ByteOrder order,
boolean enableTimestamp) |
WordVariable(String name,
int index,
ByteOrder order,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.