HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
actionsSimCmds.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2020-2025 European Southern Observatory (ESO)
2//
3// SPDX-License-Identifier: LGPL-3.0-only
4
13#ifndef HLCC_TRKSIM_ACTIONS_SIM_CMDS_HPP
14#define HLCC_TRKSIM_ACTIONS_SIM_CMDS_HPP
15
16#include <rad/configurableActionGroup.hpp>
17#include <rad/application.hpp>
18
19
20namespace hlcc::trksim {
21
22class DataContext;
23class ActionMgr;
24
29class ActionsSimCmds : public rad::ConfigurableActionGroup {
30 public:
38 ActionsSimCmds(rad::Application& appl,
39 ActionMgr& action_mgr,
41
46 void Initialize() override;
47
54 void Configure(const std::vector<std::string>& keys) override;
55
62 void SetSim(scxml4cpp::Context * c);
63
64
65 ActionsSimCmds(const ActionsSimCmds&) = delete;
67
68 private:
69 rad::Application& m_appl;
70 ActionMgr& m_action_mgr;
71 DataContext& m_data;
72
73};
74
75} // namespace hlcc::trksim
76
77#endif // HLCC_TRKSIM_ACTIONS_SIM_CMDS_HPP
Definition actionMgr.hpp:27
Definition actionsSimCmds.hpp:29
void Configure(const std::vector< std::string > &keys) override
Definition actionsSimCmds.cpp:47
void Initialize() override
Definition actionsSimCmds.cpp:43
ActionsSimCmds(const ActionsSimCmds &)=delete
ActionsSimCmds & operator=(const ActionsSimCmds &)=delete
Disable copy constructor.
void SetSim(scxml4cpp::Context *c)
Definition actionsSimCmds.cpp:51
ActionsSimCmds(rad::Application &appl, ActionMgr &action_mgr, DataContext &data)
Definition actionsSimCmds.cpp:33
Definition dataContext.hpp:52
Definition actionMgr.cpp:35
ccsinsdetifllnetio::PointingKernelPositions data
Definition pkp_llnetio_subscriber.cpp:33