- Added SicsList
- Removed group and description attributes from ObjectDescriptor
This commit is contained in:
22
sinqhttp.h
Normal file
22
sinqhttp.h
Normal file
@ -0,0 +1,22 @@
|
||||
/*
|
||||
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_*/
|
Reference in New Issue
Block a user