8#if defined(USE_TWINCAT_ROUTER)
9#include "TwinCAT/AdsDef.h"
17std::ostream& operator<<(std::ostream& os,
const AmsNetId& netId);
18AmsNetId make_AmsNetId(
const std::string& addr);
24enum nSystemServiceOpenFile : uint32_t {
25 SYSTEMSERVICE_OPENGENERIC = 1,
The complete address of an ADS device can be stored in this structure.
Definition: AdsDef.h:237
The NetId of and ADS device can be represented in this structure.
Definition: AdsDef.h:224