mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiutil] Split C++ header files
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
#include "wpi/util/Logger.hpp"
|
||||
#include "wpi/util/SmallString.hpp"
|
||||
#include "wpi/util/print.hpp"
|
||||
#include "wpi/util/timestamp.h"
|
||||
#include "wpi/util/string.hpp"
|
||||
#include "wpi/util/timestamp.hpp"
|
||||
|
||||
using namespace wpi::log;
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
#include "wpi/util/Logger.hpp"
|
||||
#include "wpi/util/fs.hpp"
|
||||
#include "wpi/util/string.hpp"
|
||||
|
||||
using namespace wpi::log;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "wpi/util/raw_ostream.hpp"
|
||||
#include "wpi/util/string.hpp"
|
||||
|
||||
using namespace wpi::log;
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#include <vector>
|
||||
#include <version>
|
||||
|
||||
#include "wpi/datalog/DataLog_c.h"
|
||||
#include "wpi/util/DenseMap.hpp"
|
||||
#include "wpi/util/SmallVector.hpp"
|
||||
#include "wpi/util/StringMap.hpp"
|
||||
@@ -27,7 +26,7 @@
|
||||
#include "wpi/util/protobuf/Protobuf.hpp"
|
||||
#include "wpi/util/string.h"
|
||||
#include "wpi/util/struct/Struct.hpp"
|
||||
#include "wpi/util/timestamp.h"
|
||||
#include "wpi/util/timestamp.hpp"
|
||||
|
||||
namespace wpi::util {
|
||||
class Logger;
|
||||
|
||||
@@ -42,7 +42,7 @@ update_init = [
|
||||
]
|
||||
scan_headers_ignore = [
|
||||
# wpi/datalog
|
||||
"wpi/datalog/DataLog_c.h",
|
||||
"wpi/datalog/DataLog.h",
|
||||
"wpi/datalog/DataLogReaderThread.hpp",
|
||||
"wpi/datalog/FileLogger.hpp",
|
||||
]
|
||||
@@ -59,5 +59,5 @@ DataLogBackgroundWriter = "wpi/datalog/DataLogBackgroundWriter.hpp"
|
||||
DataLogReader = "wpi/datalog/DataLogReader.hpp"
|
||||
# DataLogReaderThread = "wpi/datalog/DataLogReaderThread.hpp"
|
||||
DataLogWriter = "wpi/datalog/DataLogWriter.hpp"
|
||||
# DataLog_c = "wpi/datalog/DataLog_c.h"
|
||||
# FileLogger = "wpi/datalog/FileLogger.hpp"
|
||||
# DataLog_c = "wpi/datalog/DataLog.h"
|
||||
# FileLogger = "wpi/datalog/FileLogger.hpp"
|
||||
|
||||
Reference in New Issue
Block a user