KT17_MagProcess.hh 955 Bytes
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/*
 * File:   KT17_MagProcess.hh
 * Author: Furkan - AKKA I&S
 *
 * Created on January 19, 2022, 4:14 PM
 */

#ifndef KT17_MAGPROCESS_HH
#define KT17_MAGPROCESS_HH

#include "SingleParamProcess.hh"
#include "KT17.hh"

namespace AMDA
{
    namespace Parameters
    {

        class KT17_MagProcess : public AMDA::Parameters::SingleParamProcess_CRTP<KT17_MagProcess>
        {
        public:
            // InternalFieldProcess(void);
            KT17_MagProcess(Parameter &parameter);
            KT17_MagProcess(const KT17_MagProcess &pProcess, Parameter &pParameter);
            virtual ~KT17_MagProcess();

            /**
             * @overload DataWriter::init()
             */
            TimeStamp init();

        };
    }
}
#endif /* KT17_MAGPROCESS_HH */