mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 14:57:13 +02:00
New command line app and removing slsDetectorCommand (#69)
* WIP * WIP * WIP * WIP * config2 working * removed slsDetectorCommand * WIP * added test file * more tests
This commit is contained in:

committed by
Dhanya Thattil

parent
6a27207875
commit
fa2c842745
@ -19,7 +19,7 @@ void init_experimental(py::module &m) {
|
||||
.def(py::init<int>())
|
||||
|
||||
// Configuration
|
||||
.def("freeSharedMemory", &Detector::freeSharedMemory)
|
||||
.def("freeSharedMemory", (void (Detector::*)()) &Detector::freeSharedMemory)
|
||||
.def("loadConfig", &Detector::loadConfig)
|
||||
.def("loadParameters", &Detector::loadParameters)
|
||||
.def("setHostname", &Detector::setHostname)
|
||||
|
Reference in New Issue
Block a user