]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Looks like it got adjusted to the corresponding c file. Thus, its needed.
authorhadaq <hadaq>
Fri, 19 Apr 2002 19:13:44 +0000 (19:13 +0000)
committerhadaq <hadaq>
Fri, 19 Apr 2002 19:13:44 +0000 (19:13 +0000)
W. Koenig

hadaq/hwrace.h

index 0025796ad101516d91a5f70f21f02684e9ac83ca..5d38e13d645d05cfa1d73aa2e0374d965748f199 100644 (file)
@@ -22,5 +22,7 @@ void HwRace_requestBuffer(HwRace *my);
 int HwRace_isBusy(HwRace *my);
 int HwRace_isEmpty(HwRace *my);
 int HwRace_readSubEvt(HwRace *my, void *subEvt);
-
+static int HwRace_BufIsRequested(HwRace *my) {
+       return my->currAddr == 0;
+}
 #endif