ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
requestor.hpp File Reference
#include <iostream>
#include <unordered_map>
#include <vector>
#include <boost/asio/io_service.hpp>
#include <boost/program_options.hpp>
#include <rad/MsgRequestor.hpp>
#include <ocmServerIf/requests.pb.h>

Go to the source code of this file.

Classes

struct  CommonArgs
 
struct  Requestor
 
struct  SimpleRequestor< REQ, REP >
 

Typedefs

using PingRequestor = SimpleRequestor< ocmServerIf::ReqPing, ocmServerIf::RepPing >
 
using StateRequestor = SimpleRequestor< ocmServerIf::ReqState, ocmServerIf::RepState >
 
using StatusRequestor = SimpleRequestor< ocmServerIf::ReqStatus, ocmServerIf::RepStatus >
 
using InitRequestor = SimpleRequestor< ocmServerIf::ReqInit, ocmServerIf::RepInit >
 

Typedef Documentation