- Fixed a massive memory leak in Hipadaba
- Extended the Hdb adapter to support SICSdata - Made the simulated histogram memory driver work properly when data has been set. - Implemented the hfactory command - Removed hdbcommand which was never finsihed
This commit is contained in:
17
proxy.h
Normal file
17
proxy.h
Normal file
@ -0,0 +1,17 @@
|
||||
/**
|
||||
* This is the implementation of a SICS object which really is a placeholder
|
||||
* for another one. It shall be used in Hipadaba for sample enviornment
|
||||
* devices. This is also the reason why the objectNode is supposed to be
|
||||
* double.
|
||||
*
|
||||
* copyright: see file COPYRIGHT
|
||||
*
|
||||
* Mark Koennecke, March 2008
|
||||
*
|
||||
*/
|
||||
#ifndef PROXY_H_
|
||||
#define PROXY_H_
|
||||
int ProxyFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif /*PROXY_H_*/
|
Reference in New Issue
Block a user