Files
sicspsi/sinqhttp.h
koennecke 0f22d2b0fa - Added SicsList
- Removed group and description attributes from ObjectDescriptor
2006-01-16 08:32:17 +00:00

23 lines
704 B
C

/*
This is a histogram mmeory driver for the 2005-6 version of the
histogram mmeory software based on RTAI-Linux and an embedded WWW-server
for communications. For all http work the ghttp library from the gnome
project is used.
This HM is meant to be used in conjunction with a counter module
chained through the hmcontrol module. No need to handle counters here
when hmcontrol can do the chaining.
copyright: see file COPYRIGHT
Mark Koennecke, January 2005
----------------------------------------------------------------------*/
#ifndef SINQHTTP_H_
#define SINQHTTP_H_
#include <HistDriv.i>
pHistDriver CreateSinqHttpDriver(pStringDict pOption);
#endif /*SINQHTTP_H_*/