| 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) |
FixedLengthBlobAttribute(String name,
int index,
int length,
ByteOrder order,
boolean enableTimestamp) |
FixedLengthBlobVariable(String name,
int index,
ByteOrder order,
int length,
Executor executor,
ManageableObjectPool<DataItem> itemPool,
Attribute... attributes) |
FixedLengthStringAttribute(String name,
int index,
int length,
Charset charset,
ByteOrder order,
boolean enableTimestamp) |
FixedLengthStringVariable(String name,
int index,
ByteOrder order,
int length,
Charset charset,
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 © 2016 Eclipse NeoSCADA Project. All rights reserved.