RTC Toolkit  2.0.0
Public Member Functions | List of all members
rtctk::rtcSupervisor::RtcCommandRequest Class Reference

#include <rtcCommandRequest.hpp>

Public Member Functions

 RtcCommandRequest (std::shared_ptr< RtcObject > object_m, RtcCommand cmd)
 
virtual ~RtcCommandRequest ()
 
std::string RunAsync ()
 Run the stored command and dont wait. More...
 
std::string RunAsync (RtcCommand cmd)
 Run the specified command and dont wait. More...
 
std::string WaitAsync ()
 Wait for response. More...
 

Constructor & Destructor Documentation

◆ RtcCommandRequest()

rtctk::rtcSupervisor::RtcCommandRequest::RtcCommandRequest ( std::shared_ptr< RtcObject object_m,
RtcCommand  cmd 
)

◆ ~RtcCommandRequest()

rtctk::rtcSupervisor::RtcCommandRequest::~RtcCommandRequest ( )
virtual

Member Function Documentation

◆ RunAsync() [1/2]

std::string rtctk::rtcSupervisor::RtcCommandRequest::RunAsync ( )

Run the stored command and dont wait.

◆ RunAsync() [2/2]

std::string rtctk::rtcSupervisor::RtcCommandRequest::RunAsync ( RtcCommand  cmd)

Run the specified command and dont wait.

◆ WaitAsync()

std::string rtctk::rtcSupervisor::RtcCommandRequest::WaitAsync ( )

Wait for response.


The documentation for this class was generated from the following files: