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

Method AdsFile

AdsLib/AdsFile.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67AdsFile::AdsFile(const AdsDevice &route, const std::string &filename,
68 const uint32_t flags)
69 : m_Route(route)
70 , m_Handle(route.OpenFile(filename, flags))
71{
72}
73
74void AdsFile::Delete(const AdsDevice &route, const std::string &filename,
75 const uint32_t flags)

Callers

nothing calls this directly

Calls 1

OpenFileMethod · 0.80

Tested by

no test coverage detected