DeviceManager: Initial class with DeviceSpecParser

Hopefully by the end of tonight we should be done with the dev
spec parser.
This commit is contained in:
2025-01-05 14:19:53 -04:00
parent f16d3b24b3
commit 6307d2869e
9 changed files with 128 additions and 2 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
#include <exception>
#include <opts.h>
#include <mind.h>
#include "deviceManager/deviceManager.h"
#include <deviceManager/deviceManager.h>
int main(int argc, char **argv)
{
@@ -26,6 +26,7 @@ try {
}
options.dumpOptions();
DeviceManager::getInstance().handleDeviceSpecifiers(options);
}
catch (...) {
std::cerr << "Unknown exception occurred" << std::endl;