HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
ccsinsoldb_stroke.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
5#ifndef HLCC_CCSINSIF_RESOURCE_OLDB_STROKE_
6#define HLCC_CCSINSIF_RESOURCE_OLDB_STROKE_
7
8#include <string>
9
10namespace hlcc::ccsinsif::oldb {
11
12// msc: our current idea is to have this generated from the oldbloader config
13// (in this case from "ccsinsoldb_stroke.yaml, see hlcc/ccsinsif/resource/).
14
15// 3.4
16const std::string ROUS_COUNTER_ACT = "/rous/counter_act";
17const std::string ROUS_STATUS = "/rous/status";
18const std::string ROUS_MANEUVER_IN_PROGRESS = "/rous/maneuver_in_progress";
19
20} // namespace
21
22#endif
Definition ccsinsoldb.hpp:10
const std::string ROUS_STATUS
Definition ccsinsoldb_stroke.hpp:17
const std::string ROUS_COUNTER_ACT
Definition ccsinsoldb_stroke.hpp:16
const std::string ROUS_MANEUVER_IN_PROGRESS
Definition ccsinsoldb_stroke.hpp:18