7#ifndef CCF_CONTROL_REC_WAIT_REQ_HPP_
8#define CCF_CONTROL_REC_WAIT_REQ_HPP_
10#include <rad/mal/request.hpp>
26 rad::cii::Request<std::shared_ptr<recif::RecWaitStatus>,
27 std::shared_ptr<recif::RecWaitSpec>>* rec_req);
32 rad::cii::Request<std::shared_ptr<recif::RecWaitStatus>, std::shared_ptr<recif::RecWaitSpec>>&
GetReq();
52 rad::cii::Request<std::shared_ptr<recif::RecWaitStatus>, std::shared_ptr<recif::RecWaitSpec>>* m_rec_req;
54 double m_respone_time;
void SetResponseSent()
Set flag indicating that a response to the associated RecWait Request has been sent.
Definition recWaitRequest.cpp:47
bool GetResponseSent() const
Return true if a response to the associated RecWait Request has been sent.
Definition recWaitRequest.cpp:53
RecWaitRequest(const std::string &rec_id, rad::cii::Request< std::shared_ptr< recif::RecWaitStatus >, std::shared_ptr< recif::RecWaitSpec > > *rec_req)
Constructor registering the Record ID and reference to the RecWait Request handle to be able to send ...
Definition recWaitRequest.cpp:12
rad::cii::Request< std::shared_ptr< recif::RecWaitStatus >, std::shared_ptr< recif::RecWaitSpec > > & GetReq()
Return reference to the RecWait Request handle used to send the response.
Definition recWaitRequest.cpp:32
virtual ~RecWaitRequest()
Definition recWaitRequest.cpp:24
double GetResponseSentTime() const
Get the time for sending the response.
Definition recWaitRequest.cpp:58
std::string GetRecId() const
Return the Recording ID of the associated Recording Session.
Definition recWaitRequest.cpp:42
double GetReqTime() const
Get the time for when the RecWait Request was received. Used to handle the timeout specified for the ...
Definition recWaitRequest.cpp:37
Definition acqThread.cpp:11