- Added a SICS to Hipadaba adapter
- Added a separate polling module to SICS
This commit is contained in:
3
hmdata.w
3
hmdata.w
@ -53,6 +53,7 @@ The following functions work on this data structure:
|
||||
|
||||
long sumHMDataRectangle(pHistMem self, SConnection *pCon,
|
||||
int start[MAXDIM], int end[MAXDIM]);
|
||||
int loadHMData(pHMdata self, SConnection *pCon, char *filename);
|
||||
@}
|
||||
|
||||
\begin{description}
|
||||
@ -84,6 +85,8 @@ the histogram memory and not from the buffer the next time round.
|
||||
pointer of HMdata. Use with extra care!
|
||||
\item[sumHMDataRectangle] sums a rectangular box delimted by start and end
|
||||
from the histogram memory.
|
||||
\item[loadHMData] loads histogram memory data from a file. This is for
|
||||
debugging purposes. The file must contain enough numbers to fill the HM.
|
||||
\end{description}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user