- Added messagepipe.c

- Added initial version of sicsget. This is a more generalised way of
  reading and writing SICS data wherever it is. The thing is extendable if
  reading something the current way is to slow. This has both a C interface
  and an interpreter interface.
This commit is contained in:
koennecke
2013-11-07 08:42:32 +00:00
parent d7311c6f68
commit 57b6dce6bf
6 changed files with 781 additions and 1 deletions

1
ofac.c
View File

@ -35,6 +35,7 @@ static void InitGeneral(void)
INIT(SctDriveAdapterInit);
INIT(SctDriveObjInit);
INIT(SctDriveAdapterInit);
INIT(SICSGetInit);
INIT(LogReaderInit);
INIT(LogSetupInit);
INIT(InstallBackground);