Signed-off-by: Yang Jianchao <yangjianchao999@126.com>

This commit is contained in:
Yang Jianchao
2022-05-19 09:58:30 +08:00
commit 591fa491e2
1946 changed files with 442413 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#ifndef TRACK_DIE_H
#define TRACK_DIE_H
#include "data_process_class_dll.h"
#include "parameters.h"
#include "struct.h"
#include <QVector>
using namespace std;
class Track_Die
{
public:
void track_die_process( QVector <Trust_Track> *trust_track,
int Track_die_Index_Output[],
int *Track_die_num_Output);
};
#endif // TRACK_DIE_H