33 boost::property_tree::ptree
const &cfg,
47 const std::vector<std::string> &cmds);
52 std::map<std::string, std::shared_ptr<zmqpp::socket>>
endpoints_;
std::map< std::string, std::shared_ptr< zmqpp::socket > > endpoints_
This is the header file for a generated source file, GitSHA1.cpp.
StdinControllerModule(zmqpp::context &ctx, zmqpp::socket *pipe, boost::property_tree::ptree const &cfg, CoreUtilsPtr utils)
Base class for module implementation.
void handleStdin(void)
We can read from standard input;.
std::shared_ptr< CoreUtils > CoreUtilsPtr
bool send_request(std::shared_ptr< zmqpp::socket > target, const std::vector< std::string > &cmds)
Send the request to the target and handle the response.