]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTDataInflater.h
HLTcalo module
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTDataInflater.h
index 9eacf319b71789613618332fe2b09d6f358fb321..408deee8a889ff9510056cb9c8b68000cc859290 100644 (file)
@@ -161,6 +161,14 @@ 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;}
+  /// switch to next parameter
+  virtual int NextParameter() {return -ENOSYS;}
+
   /// clear the object and reset pointer references
   virtual void Clear(Option_t * /*option*/ ="");