ifw
0.0.1-dev
|
#include <functional>
#include <string>
#include <iostream>
#include <boost/tokenizer.hpp>
#include <rad/MsgRequestor.hpp>
#include <rad/Helper.hpp>
#include <qappIf/requests.pb.h>
Classes | |
class | RequestHandler< TYPEREQ, TYPEREP > |
Functions | |
void | PrintHelp () |
Main source file for qappSend. More... | |
template<class PROTO_REQ_TYPE , class PROTO_REP_TYPE > | |
void | CheckExecReq (const std::string &command, const std::string &if_req_id, const PROTO_REQ_TYPE &proto_req_type, const PROTO_REP_TYPE &proto_rep_type, const std::string &end_point, const long reply_timeout) |
int | main (int argc, char *argv[]) |
void CheckExecReq | ( | const std::string & | command, |
const std::string & | if_req_id, | ||
const PROTO_REQ_TYPE & | proto_req_type, | ||
const PROTO_REP_TYPE & | proto_rep_type, | ||
const std::string & | end_point, | ||
const long | reply_timeout | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |