SNOOPerToCSV/Src/Global_Variables.cpp

10 lines
252 B
C++

#include "Global_Variables.hpp"
// 文件列表
file_node *file_list_head = nullptr;
// 值列表
value_node *value_list_head = nullptr;
// 类型列表
format_list_node *format_list_head = nullptr;
// 起始时间戳
double time_begin = 0.0;