16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 00:09:19 +02:00

zmq panel interface

This commit is contained in:
milek7
2020-03-29 21:54:57 +02:00
parent e8537a16bb
commit cefd741d04
8 changed files with 431 additions and 1 deletions

View File

@@ -712,6 +712,12 @@ global_settings::ConfigParse(cParser &Parser) {
Parser >> uart_conf.debug;
}
#endif
#ifdef WITH_ZMQ
else if( token == "zmq.address" ) {
Parser.getTokens( 1 );
Parser >> zmq_address;
}
#endif
#ifdef USE_EXTCAM_CAMERA
else if( token == "extcam.cmd" ) {
Parser.getTokens( 1 );