| Package | Description |
|---|---|
| org.eclipse.scada.da.server.exporter.modbus | |
| org.eclipse.scada.da.server.exporter.modbus.io |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticModbusExport.Builder.addExport(String itemId,
int offset,
SourceType type)
Add an export (source definition) to the current set
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSourceType |
class |
DoubleType |
class |
IntegerType |
class |
ShortIntegerType |
class |
UnsignedIntegerType |
class |
UnsignedShortIntegerType |
| Modifier and Type | Field and Description |
|---|---|
static SourceType |
ShortIntegerType.INSTANCE
A default instance with no scaling
|
static SourceType |
UnsignedIntegerType.INSTANCE
A default instance with no scaling
|
static SourceType |
IntegerType.INSTANCE
A default instance with no scaling
|
static SourceType |
UnsignedShortIntegerType.INSTANCE
A default instance with no scaling
|
static SourceType |
DoubleType.INSTANCE
A default instance with no scaling
|
| Modifier and Type | Method and Description |
|---|---|
SourceType |
SourceDefinition.getType() |
| Constructor and Description |
|---|
SourceDefinition(String itemId,
int offset,
SourceType type)
Create a new source definition
|
Copyright © 2015 Eclipse SCADA Project. All rights reserved.