Skip to content
Snippets Groups Projects
Unverified Commit ce4d6a19 authored by Oleg Alexandrov's avatar Oleg Alexandrov Committed by GitHub
Browse files

FrameSensor: Make many members public as they cannot be modified otherwise (#455)

parent 3fa6db74
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,6 @@ class UsgsAstroFrameSensorModel : public csm::RasterGM,
static const std::string _SENSOR_MODEL_NAME;
private:
// Input parameters
static const int m_numParameters;
static const std::string m_parameterName[];
......@@ -398,6 +397,8 @@ class UsgsAstroFrameSensorModel : public csm::RasterGM,
csm::EcefCoord m_referencePointXyz;
private:
std::shared_ptr<spdlog::logger> m_logger = spdlog::get("usgscsm_logger");
nlohmann::json _state;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment