Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrdman32 committed Nov 5, 2024
1 parent b509392 commit a02659f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions data/Custom_Dictionaries/RoveSoCameraServer-Dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ PIXELTYPE
RESOLUTIONX
RESOLUTIONY
ROVECOMM
ROVESOCAMERA
ROVESOCAMERASERVER
ROVESOCAMERASERVERCONSTANTS
ROVESOCAMERATHREAD
Expand Down
2 changes: 1 addition & 1 deletion src/RoveSoCameraServerGlobals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ namespace globals

// Camera Handler:
CameraHandler* g_pCameraHandler;
} // namespace globals
} // namespace globals
6 changes: 3 additions & 3 deletions src/RoveSoCameraServerGlobals.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* @copyright Copyright Mars Rover Design Team 2024 - All Rights Reserved
******************************************************************************/

#ifndef AUTONOMY_GLOBALS_H
#define AUTONOMY_GLOBALS_H
#ifndef ROVESOCAMERA_GLOBALS_H
#define ROVESOCAMERA_GLOBALS_H

#include "handlers/CameraHandler.h"

Expand Down Expand Up @@ -37,4 +37,4 @@ namespace globals
extern CameraHandler* g_pCameraHandler; // Global Camera Handler
} // namespace globals

#endif // AUTONOMY_GLOBALS_H
#endif // ROVESOCAMERA_GLOBALS_H
6 changes: 3 additions & 3 deletions src/RoveSoCameraServerLogging.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

#include "./RoveSoCameraServerConstants.h"

#ifndef AUTONOMY_LOGGING_H
#define AUTONOMY_LOGGING_H
#ifndef ROVESOCAMERA_LOGGING_H
#define ROVESOCAMERA_LOGGING_H

/******************************************************************************
* @brief Logging Levels:
Expand Down Expand Up @@ -475,4 +475,4 @@ namespace logging
};

} // namespace logging
#endif // AUTONOMY_LOGGING_H
#endif // ROVESOCAMERA_LOGGING_H
2 changes: 1 addition & 1 deletion src/RoveSoCameraServerNetworking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ namespace network
// RoveComm Status:
bool g_bRoveCommUDPStatus = false;
bool g_bRoveCommTCPStatus = false;
} // namespace network
} // namespace network
2 changes: 1 addition & 1 deletion src/RoveSoCameraServerNetworking.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ namespace network
extern bool g_bRoveCommTCPStatus;
} // namespace network

#endif // ROVESOCAMERASERVER_NETWORKING_H
#endif // ROVESOCAMERASERVER_NETWORKING_H
2 changes: 1 addition & 1 deletion src/handlers/CameraHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ class CameraHandler
BasicCam* GetBasicCam(BasicCamName eCameraName);
};

#endif
#endif // CAMERA_HANDLER_H

0 comments on commit a02659f

Please sign in to comment.