| 34 | namespace ads |
| 35 | { |
| 36 | RTimeAccess::RTimeAccess(const std::string &gw, const AmsNetId netid, |
| 37 | const uint16_t port) |
| 38 | : device(gw, netid, port ? port : 200) |
| 39 | { |
| 40 | } |
| 41 | |
| 42 | RTimeCpuSettings RTimeAccess::ReadCpuSettings() const |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected