File indexing completed on 2025-08-03 08:20:48
0001 #ifndef __ONCSSUB_IDSIS3300R_H__
0002 #define __ONCSSUB_IDSIS3300R_H__
0003
0004
0005 #include "oncsSub_idsis3300.h"
0006 #include <vector>
0007
0008 #ifndef __CINT__
0009 class WINDOWSEXPORT oncsSub_idsis3300r : public oncsSub_idsis3300 {
0010 #else
0011 class oncsSub_idsis3300r : public oncsSub_idsis3300 {
0012 #endif
0013
0014 public:
0015 oncsSub_idsis3300r( subevtdata_ptr);
0016
0017 int iValue(const int,const int);
0018
0019
0020
0021 protected:
0022 int *decode (int *);
0023
0024 int decoded;
0025 std::vector<int> v[8];
0026
0027 };
0028
0029
0030 #endif