ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
main.cpp File Reference
#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[])
 

Function Documentation

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[] 
)