Signed-off-by: Yang Jianchao <yangjianchao999@126.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user