// $Id: ExtendioSpiritio.h 2259 2009-11-27 19:05:33Z matevz $ // Copyright (C) 1999-2008, Matevz Tadel. All rights reserved. // This file is part of GLED, released under GNU General Public License version 2. // For the licensing terms see $GLEDSYS/LICENSE or http://www.gnu.org/. #ifndef Var1_ExtendioSpiritio_H #define Var1_ExtendioSpiritio_H #include class Extendio; class ExtendioSpiritio : public Spiritio { MAC_RNR_FRIENDS(ExtendioSpiritio); private: void _init(); protected: ZLink mExtendio; // X{GS} L{f} FID_t mExtendio_fid; //! public: ExtendioSpiritio(const Text_t* n="ExtendioSpiritio", const Text_t* t=0); virtual ~ExtendioSpiritio(); // Should keep abstract? If yes, tag in catalog.patch and remove the line. virtual void TimeTick(Double_t t, Double_t dt) {} #include "ExtendioSpiritio.h7" ClassDef(ExtendioSpiritio, 1); }; // endclass ExtendioSpiritio #endif