- New batch file management module
- New oscillator module - Bug fixes
This commit is contained in:
22
tricssupport.h
Normal file
22
tricssupport.h
Normal file
@ -0,0 +1,22 @@
|
||||
/*------------------------------------------------------------------------
|
||||
This is a little helper module for SICS which implements some
|
||||
status display support functions.
|
||||
|
||||
COPYRIGHT: see file COPYRIGHT
|
||||
|
||||
Extracted from nextrics
|
||||
|
||||
Mark Koennecke, August 2004
|
||||
--------------------------------------------------------------------------*/
|
||||
#ifndef TRICSSUPPORT
|
||||
#define TRICSSUPPORT
|
||||
|
||||
#include <sics.h>
|
||||
|
||||
int MakeTricsSupport(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int TricsSupportAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user