Files

33 lines
999 B
C

/*------------------------------------------------------------------------------
Copyright (C) 1998 : Space Systems Finland Ltd.
Space Systems Finland Ltd (SSF) allows you to use this version of
the DEBIE-I DPU software for the specific purpose and under the
specific conditions set forth in the Terms Of Use document enclosed
with or attached to this software. In particular, the software
remains the property of SSF and you must not distribute the software
to third parties without written and signed authorization from SSF.
System Name: DEBIE DPU SW
Subsystem : DAS
Module : classtab.h
Prototypes etc. for the ClassTab (event classification table) module.
Based on the SSF file classtab.h, rev 1.1, Mon Jan 18 11:53:20 1999.
- * --------------------------------------------------------------------------
*/
#ifndef CLASSTAB_H
#define CLASSTAB_H
#include "keyword.h"
extern unsigned char EXTERNAL event_class[ 256 ];
#endif