更新:1、使用VS code+cmake重新编译,编译器保持不变;
2、修复若干逻辑bug,具体参考BUG_FIX_REPORT.md Signed-off-by: waiwaylee <waiwaylee@foxmail.com>
This commit is contained in:
@@ -3,20 +3,15 @@
|
||||
#include "data_process_class_dll.h"
|
||||
#include "parameters.h"
|
||||
#include "struct.h"
|
||||
#include <QVector>
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
|
||||
|
||||
class Track_Die
|
||||
{
|
||||
public:
|
||||
void track_die_process( QVector <Trust_Track> *trust_track,
|
||||
void track_die_process( std::vector <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