X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FBASE%2FAliHLTDataInflater.h;h=b10b0786c7790ceea7815db3d903c965288bed96;hb=9409b4b18f8371c3ffc4032af2028c16a30bd6ac;hp=9eacf319b71789613618332fe2b09d6f358fb321;hpb=e416be7db56ab23eb2175dd87c7436053b2f1f36;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/BASE/AliHLTDataInflater.h b/HLT/BASE/AliHLTDataInflater.h index 9eacf319b71..b10b0786c77 100644 --- a/HLT/BASE/AliHLTDataInflater.h +++ b/HLT/BASE/AliHLTDataInflater.h @@ -161,6 +161,12 @@ public: */ bool InputBytes( AliHLTUInt8_t* data, UInt_t const & byteCount ); + /** + * Read the next value. + * Data read function for inflaters for different formats + */ + virtual bool NextValue(AliHLTUInt64_t& /*value*/, AliHLTUInt32_t& /*length*/) {return false;} + /// clear the object and reset pointer references virtual void Clear(Option_t * /*option*/ ="");