HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
ccsinsoldb_extref.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_EXTREF_
6#define HLCC_CCSINSIF_RESOURCE_OLDB_EXTREF_
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_extref.yaml, see hlcc/ccsinsif/resource/).
14
15// 3.3
16const std::string INSREF_ACT_FOCUS = "/insref/act_focus";
17const std::string INSREF_ACT_ABER = "/insref/act_aber";
18
19} // namespace
20
21#endif
Definition ccsinsoldb.hpp:10
const std::string INSREF_ACT_FOCUS
Definition ccsinsoldb_extref.hpp:16
const std::string INSREF_ACT_ABER
Definition ccsinsoldb_extref.hpp:17