| Package | Description |
|---|---|
| stella.io | |
| stella.net.ads | |
| stella.net.ads.protocol |
| Modifier and Type | Class and Description |
|---|---|
class |
PollingBeckhoffServer |
| Modifier and Type | Field and Description |
|---|---|
private AdsSocketChannel |
AdsVariableMonitor.beckhoff
The ADS socket driver for variables retrieval.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
AdsSocketChannel.Info.printDeviceInfo(AdsSocketChannel ads) |
private static void |
AdsSocketChannel.Info.printVariable(AdsSocketChannel ads,
String name,
AdsValue skel) |
private static void |
AdsSocketChannel.Info.printVariableBlock(AdsSocketChannel ads,
Map<String,AdsValue> skel) |
| Constructor and Description |
|---|
AdsVariableMonitor(AdsSocketChannel ads)
Construct the monitor with a valid ADS-Socket driver.
|
| Modifier and Type | Method and Description |
|---|---|
AdsHeader |
AdsCommand.prepareHeader(AdsSocketChannel io,
int id)
Prepares the header from static information in the ads socket channel,
our command code and the cycle id
|
AdsPayload |
ControlAds.preparePayload(AdsSocketChannel io,
AdsHeader h) |
abstract AdsPayload |
AdsCommand.preparePayload(AdsSocketChannel io,
AdsHeader h)
Prepares the payload.
|
AdsPayload |
StateAds.preparePayload(AdsSocketChannel io,
AdsHeader h) |
AdsPayload |
ReadWriteAds.preparePayload(AdsSocketChannel io,
AdsHeader h) |
AdsPayload |
ReadAds.preparePayload(AdsSocketChannel io,
AdsHeader h) |
AdsPayload |
WriteAds.preparePayload(AdsSocketChannel io,
AdsHeader h) |
AdsPayload |
DeviceInfoAds.preparePayload(AdsSocketChannel io,
AdsHeader h) |