changed to two sockets
This commit is contained in:
@@ -42,7 +42,8 @@ private:
|
||||
|
||||
private:
|
||||
const char * DEFAULT_RUNTIME_DIR = "/tmp/flippR_driver-runtime/";
|
||||
const char * SOCKET_NAME = "S.flippR_driver";
|
||||
const char * INPUT_SOCKET_NAME = "S.flippR_driver.in";
|
||||
const char * OUTPUT_SOCKET_NAME = "S.flippR_driver.out";
|
||||
const std::vector<std::string> REQUIRED_CONFIG_KEYS = {"display-config", "input-config", "lamp-config",
|
||||
"matrix-config", "solenoid-config", "sound-config"};
|
||||
int input_port;
|
||||
|
||||
Reference in New Issue
Block a user