MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / Driver

Method Driver

IPL/include/pugg/Driver.h:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13public:
14 Driver(std::string server_name, std::string name, int version)
15 : _server_name(server_name), _name(name), _version(version)
16 {}
17 virtual ~Driver() {}
18
19 std::string server_name() const {return _server_name;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected