| Interface | Description |
|---|---|
| ADSLibrary |
Defines the interface to the Beckhoff ADS library written in C++.
|
| PAdsNotificationFuncEx |
Functional interface for notification callbacks from the ADS library
to Java.
|
| Class | Description |
|---|---|
| ADSLibrary.AmsPort | |
| ADSLibrary.DeviceState |
Possible states for an ADS device.
|
| ADSLibrary.ErrorCode |
ADS error codes.
|
| ADSLibrary.IndexGroup |
The index group numbers meaningful to ADS.
|
| ADSLibrary.TransMode |
Transmission modes for ADS notifications.
|
| AdsNotificationAttrib |
This structure contains all the attributes for the definition of a
notification request.
|
| AdsNotificationHeader |
This structure is one of the arguments passed to
a notification callback function.
|
| AdsVersion |
The structure contains the version number, revision number and build number.
|
| AmsAddr |
The complete address, net ID and port, of an ADS device can be stored
in this structure.
|
| AmsNetId |
The NetId of an ADS device can be represented in this structure.
|
| Example1 |
Does the same things, with an added write test, as the C++ example program in
Beckhoff/ADS/examples on GitHub.
|
| Example2 |
Test of callbacks.
|
| Example2.ArgStruct |
Copyright © 2023 LSST. All rights reserved.