86 const std::string&
getName()
const override{
return name_;}
88 void setEOPFileName(
StringView filename){eopFileName_ = std::string(filename);}
90 void setInheritEOPSource(
bool inherit){inheritEOPSource_ = inherit;}
92 void setPrimaryBody(CelestialBody* body);
97 std::string eopFileName_{};
98 bool inheritEOPSource_{};