fuuuuuuuu

This commit is contained in:
Johannes Wendel
2019-07-16 22:12:46 +02:00
parent ee6c04c744
commit e7148eec60
48 changed files with 625 additions and 726 deletions

View File

@@ -26,9 +26,6 @@ public:
void initialize(Poco::Util::Application& self);
void defineOptions(Poco::Util::OptionSet& options);
void handle_set_input_port(const std::string &name, const std::string &port);
void handle_set_output_port(const std::string &name, const std::string &port);
void handle_help(const std::string &name, const std::string &port);
void handle_config_file(const std::string &name, const std::string &value);
@@ -52,7 +49,6 @@ private:
std::string input_config;
std::string matrix_config;
std::string output_pin_config;
std::string lamp_config;
std::string solenoid_config;
std::string sound_config;