- Introduced a general Hipadaba table module and modified the four
circle codes to use it. - Added to functions to histmem, getdelay and formattof, to support new HM - Removed obsolete mesure.*
This commit is contained in:
16
hdbtable.h
Normal file
16
hdbtable.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Hdbtable is a more generic implementation for a table based on a Hipadaba
|
||||
* tree structure. This table will be used at various instances in SICS.
|
||||
*
|
||||
* copyright: see file COPYRIGHT
|
||||
*
|
||||
* Mark Koennecke, March 2009
|
||||
*/
|
||||
#ifndef HDBTABLE_H_
|
||||
#define HDBTABLE_H_
|
||||
#include <sicsobj.h>
|
||||
|
||||
pSICSOBJ MakeHdbTable(char *name, char *hdbclass);
|
||||
int ReadTableTemplate(pSICSOBJ self, SConnection *con);
|
||||
|
||||
#endif /*HDBTABLE_H_*/
|
||||
Reference in New Issue
Block a user