COMPASSi/trunk/code/3rd/CCSReport_2/include/ccsinterop.h

48 lines
775 B
C
Raw Permalink Normal View History

2025-06-25 15:06:42 +08:00
#ifndef CCSINTEROP_H
#define CCSINTEROP_H
#include "../include/reportdataset.h"
#include <QDir>
#include "reportdataset.h"
namespace CCS_Report {
extern QHash<QString, QList<QObject*>> DataSets;
struct reportDataSet_I
{
//string<6E><67><EFBFBD>͵<EFBFBD>UID
char _a[255];
char _b[255];
char _c[255];
char _d[255];
char _e[255];
char _f[255];
char _g[255];
char _h[255];
char _i[255];
char _j[255];
char _k[255];
char _l[255];
char _m[255];
char _n[255];
char _o[255];
char _p[255];
char _q[255];
char _r[255];
char _s[255];
char _t[255];
char _u[255];
char _v[255];
char _w[255];
char _x[255];
char _y[255];
char _z[255];
};
struct reportDataSet_J
{
char name[100];
int index;
int segmentid;
char content[4096];
};
}
#endif