campo-sirio/in/inlib01.h
guy a94d2033ea Patch level :05.198
Files correlati     :in0.exe
Ricompilazione Demo : [ ]
Commento            :
Creati tracciati record e relativi programmi di gestione INTRA


git-svn-id: svn://10.65.10.50/trunk@7839 c028cbd2-c16b-5b4b-a496-9718f37d4682
1999-02-22 15:19:07 +00:00

31 lines
539 B
C++
Executable File

#ifndef __INLIB01_H
#define __INLIB01_H
#ifndef __AUTOMASK_H
#include <automask.h>
#endif
class TIntra_mask : public TAutomask
{
char _freq_ces, _freq_acq;
protected:
virtual void on_firm_change();
virtual bool on_field_event(TOperable_field& o, TField_event e, long jolly);
virtual short type_field() const;
virtual short period_field() const;
public:
char tipo() const;
char frequenza() const;
int periodo() const;
TIntra_mask(const char* name);
virtual ~TIntra_mask() { }
};
void genera_riepiloghi();
#endif