From af3d59ef5643a17096ce436b9c833d8269d466b5 Mon Sep 17 00:00:00 2001 From: Richard Han Date: Sun, 13 Oct 2024 13:36:48 -0700 Subject: [PATCH] static analysis instructions --- README.md | 6 ++++++ src/{CameraController.h => CameraController.hpp} | 0 src/{CprHTTP.h => CprHTTP.hpp} | 0 src/{HttpTransmitter.h => HttpTransmitter.hpp} | 0 src/{TSQueue.h => TSQueue.hpp} | 0 5 files changed, 6 insertions(+) rename src/{CameraController.h => CameraController.hpp} (100%) rename src/{CprHTTP.h => CprHTTP.hpp} (100%) rename src/{HttpTransmitter.h => HttpTransmitter.hpp} (100%) rename src/{TSQueue.h => TSQueue.hpp} (100%) diff --git a/README.md b/README.md index 60499df..3eb49c6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ clang-format -i src/*.cpp src/*.h cpplint src/*.cpp src/*.h ``` +## Static Analysis +``` +cppcheck src/*.cpp src/*.hpp +``` + + ### Python ArenaSDK * Place the ArenaSDK wheel file in `wheel` directory. diff --git a/src/CameraController.h b/src/CameraController.hpp similarity index 100% rename from src/CameraController.h rename to src/CameraController.hpp diff --git a/src/CprHTTP.h b/src/CprHTTP.hpp similarity index 100% rename from src/CprHTTP.h rename to src/CprHTTP.hpp diff --git a/src/HttpTransmitter.h b/src/HttpTransmitter.hpp similarity index 100% rename from src/HttpTransmitter.h rename to src/HttpTransmitter.hpp diff --git a/src/TSQueue.h b/src/TSQueue.hpp similarity index 100% rename from src/TSQueue.h rename to src/TSQueue.hpp