...
This commit is contained in:
@@ -96,31 +96,6 @@ inline std::error_code make_error_code(MccSimpleGuidingModelErrorCode ec)
|
||||
|
||||
|
||||
|
||||
/* */
|
||||
|
||||
class MccCelestialPointTrack final
|
||||
{
|
||||
public:
|
||||
template <traits::mcc_astrom_engine_c ASTROM_ENGINE_T, traits::mcc_time_duration_c DT>
|
||||
MccCelestialPointTrack(ASTROM_ENGINE_T& astrom_engine,
|
||||
typename ASTROM_ENGINE_T::juldate_t start,
|
||||
DT step,
|
||||
size_t Npoints)
|
||||
{
|
||||
const auto p_astrom_engine = &astrom_engine;
|
||||
|
||||
_compFunc = []() {
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
private:
|
||||
std::function<size_t()> _compFunc;
|
||||
};
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
template <traits::mcc_logger_c LoggerT = MccNullLogger>
|
||||
class MccSimpleGuidingModel : public LoggerT
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user