mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
yaml: remove yaml-cpp dependency
`pinproctest` now takes machineType as it's command-line parameter.
This commit is contained in:
committed by
Gerry Stellenberg
parent
65044e31ed
commit
40b0d86be2
@@ -44,7 +44,6 @@
|
||||
#include <cmath>
|
||||
#include "pinproc.h" // Include libpinproc's header.
|
||||
#include <fstream>
|
||||
#include <yaml-cpp/yaml.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <time.h>
|
||||
@@ -72,8 +71,7 @@
|
||||
|
||||
void ConfigureDrivers(PRHandle proc);
|
||||
|
||||
void ConfigureSwitches(PRHandle proc, YAML::Node& yamlDoc);
|
||||
void ConfigureSwitchRules(PRHandle proc, YAML::Node& yamlDoc);
|
||||
void ConfigureSwitches(PRHandle proc);
|
||||
void UpdateSwitchState (PREvent * event);
|
||||
void LoadSwitchStates (PRHandle proc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user