Registry / utility / devicenameresolver

devicenameresolver

JSON →
library2016-06-26vcpkgunverified

A little library that resolves a path from a (virtual) device name.

vcpkg install devicenameresolver
INSTALL
IMPORT
SIG · DEVICENAMERESOLVER
D
devicenameresolver
utilitycppv2016-06-26
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

devicenameresolver.h
#include <devicenameresolver.h>

Resolve a device name to a filesystem path

#include <devicenameresolver.h> #include <iostream> int main() { std::string path = resolve_device_path("sda"); std::cout << path << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2016-06-26latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

devicenameresolver — pip install devicenameresolver · libregistry