MCPcopy Create free account
hub / github.com/Beckhoff/ADS / RTimeAccess

Method RTimeAccess

AdsLib/RTimeAccess.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace ads
35{
36RTimeAccess::RTimeAccess(const std::string &gw, const AmsNetId netid,
37 const uint16_t port)
38 : device(gw, netid, port ? port : 200)
39{
40}
41
42RTimeCpuSettings RTimeAccess::ReadCpuSettings() const
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected