RAPP Platform API
 All Classes Namespaces Files Functions Variables Typedefs
asio_tls.cpp
Go to the documentation of this file.
6 int main(int argc, char* argv[])
7 {
8  // service controler
10  // run an asio https
11  auto test = std::make_shared<rapp::cloud::asio_socket_https>("my_token");
12  if (test) {
13  ctrl.run_job(test);
14  }
15  return 0;
16 }
Main class that controllers RAPP Services.
int main(int argc, char *argv[])
Definition: asio_tls.cpp:6
void run_job(const std::shared_ptr< asio_socket > job)
Run one service job.