RTC Toolkit 5.0.0
Loading...
Searching...
No Matches
Namespaces | Functions
clientLib.hpp File Reference

Extendable client library to send and receive commands to and from components. More...

#include <rtctk/componentFramework/commandRequestor.hpp>
#include <rtctk/componentFramework/logger.hpp>
#include <rtctk/componentFramework/serviceDiscovery.hpp>
#include <rtctk/componentFramework/stateSubscriber.hpp>
#include <boost/program_options.hpp>
#include <chrono>
#include <iostream>
#include <thread>

Go to the source code of this file.

Namespaces

namespace  rtctk
 
namespace  rtctk::client
 

Functions

boost::program_options::variables_map rtctk::client::ParseOptions (int argc, char *argv[])
 
template<typename CommandRequestorType = rtctk::componentFramework::CommandRequestor>
int rtctk::client::RunClient (int argc, char **argv)
 

Detailed Description

Extendable client library to send and receive commands to and from components.