Go to the documentation of this file.
9 #ifndef RTCTK_RTCSUPERVISOR_RTCCOMMANDREQUESTLISTSERIES_HPP_
10 #define RTCTK_RTCSUPERVISOR_RTCCOMMANDREQUESTLISTSERIES_HPP_
13 #include "Rtctkif.hpp"
20 using stdif::StdCmdsSync;
21 using stdif::StdCmdsAsync;
28 void Append (std::shared_ptr<RtcCommandRequestList> cr);
35 std::list<std::shared_ptr<RtcCommandRequestList>> m_request_list;
Definition: rtcCommandRequest.hpp:17
void RunReverse(RtcCommand cmd, int delay_in_ms_between_phases, bool keep_going=false)
Definition: rtcCommandRequestListSeries.cpp:70
void Append(std::shared_ptr< RtcCommandRequestList > cr)
Definition: rtcCommandRequestListSeries.cpp:31
Definition: rtcCommandRequestListSeries.hpp:23
Handles a list of command requests to be run sequentially or in parallel.
RtcCommand
Definition: rtcSupervisorLib.hpp:65
RtcCommandRequestListSeries()
Definition: rtcCommandRequestListSeries.cpp:21
void RunForward(RtcCommand cmd, int delay_in_ms_between_phases, bool keep_going=false)
Definition: rtcCommandRequestListSeries.cpp:36
Handles communication with and state recording for one object.
virtual ~RtcCommandRequestListSeries()
Definition: rtcCommandRequestListSeries.cpp:27