Actions class source file.
More...
#include <scxml4cpp/Helper.h>
#include <scxml4cpp/Event.h>
#include <events.rad.hpp>
#include <rad/Exceptions.hpp>
#include <rad/Helper.hpp>
#include <rad/SMEvent.hpp>
#include "ctd/defines/defines.hpp"
#include "ctd/qatk/qapp2/actions.hpp"
#include "ctd/qatk/qapp2/dataContext.hpp"
Actions class source file.
- Copyright
- ESO - European Southern Observatory
- Author
#define QAPP_SEND_STATE_REJ_REP |
( |
|
event_id, |
|
|
|
if_rep_class, |
|
|
|
events_method |
|
) |
| |
Value:if (std::string(rad_event.getId()) == event_id) { \
if_rep_class rep; \
rep.set_reply("Request rejected in state " + (m_state + ":" + m_substate)); \
size_t nb_bytes = \
m_msg_replier.Send(rad::Helper::GetRequestId < events_method > (rad_event), rep);
\
return; \
}
#define RAD_ASSERT(a)
Definition: Assert.hpp:15