mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Added CMake building and instructions to README.markdown.
Removed YAML loading code from libpinproc.
This commit is contained in:
@@ -72,11 +72,6 @@ PR_EXPORT void PRDelete(PRHandle handle)
|
||||
delete (PRDevice*)handle;
|
||||
}
|
||||
|
||||
PR_EXPORT PRResult PRLoadDefaultsFromYAML(PRHandle handle, const char *yamlFilePath)
|
||||
{
|
||||
return handleAsDevice->LoadDefaultsFromYAML(yamlFilePath);
|
||||
}
|
||||
|
||||
// Events
|
||||
|
||||
/** Get all of the available events that have been received. */
|
||||
|
||||
Reference in New Issue
Block a user