- Enhanced and debugged histogram memory for AMOR
* added PROJECT both in HM and driver code * added single detector support. - Removed several bugs in the AMOR data bit. - Updated documentation
This commit is contained in:
@@ -47,10 +47,14 @@ The driver implements all the functions specified in the driver interface.
|
||||
Please note that these contain functions for the deletion of driver private
|
||||
data structures which will be automatically called form DeleteHistDriver.
|
||||
Therefore the only function to define is CreateSINQDriver which sets things
|
||||
up.
|
||||
up. Another function is isSINQHMDriv which tests if the driver given as an
|
||||
argument actually is a SINQHM driver. This is currently only used in
|
||||
amorstat.c which has to circumvent normal SICS mechanisms for performance
|
||||
reasons.
|
||||
|
||||
@d Protos @{
|
||||
pHistDriver CreateSINQDriver(pStringDict pOption);
|
||||
int isSINQHMDriv(pHistDriver test);
|
||||
@}
|
||||
|
||||
@o sinqhmdriv.i -d @{
|
||||
|
||||
Reference in New Issue
Block a user