Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Date Format #33

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"doxdocgen.generic.authorEmail": "",
"doxdocgen.generic.authorName": "",
"doxdocgen.generic.briefTemplate": "@brief {text}",
"doxdocgen.generic.dateFormat": "YYYY-MMDD",
"doxdocgen.generic.dateFormat": "YYYY-MM-DD",
"doxdocgen.generic.dateTemplate": "@date {date}",
"doxdocgen.file.copyrightTag": [
"@copyright Copyright MRDT {year} - All Rights Reserved"
Expand Down
4 changes: 2 additions & 2 deletions examples/OpenCV/TagGenerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file TagGenerator.hpp
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0709
* @date 2023-07-09
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand All @@ -18,7 +18,7 @@
* @param sMarker - The id of the marker to generate
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0709
* @date 2023-07-09
******************************************************************************/
void GenerateOpenCVArucoMarker(cv::aruco::PredefinedDictionaryType eDictionary, unsigned short sMarker)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Autonomy_Globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file Autonomy_Globals.cpp
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand All @@ -18,7 +18,7 @@ plog::ColorConsoleAppender<plog::TxtFormatter> g_pConsoleAppender;
*
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
void InitializeAutonomyLoggers()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Autonomy_Globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file Autonomy_Globals.h
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand Down
10 changes: 5 additions & 5 deletions src/Autonomy_IdentitySoftware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @file Autonomy_IdentitySoftware.cpp
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand All @@ -16,7 +16,7 @@
*
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
Autonomy_IdentitySoftware::Autonomy_IdentitySoftware()
{
Expand Down Expand Up @@ -60,7 +60,7 @@ Autonomy_IdentitySoftware::Autonomy_IdentitySoftware()
* @return std::string - The version number.
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
std::string Autonomy_IdentitySoftware::GetVersionNumber()
{
Expand All @@ -73,7 +73,7 @@ std::string Autonomy_IdentitySoftware::GetVersionNumber()
* @return std::string - The build number.
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
std::string Autonomy_IdentitySoftware::GetBuildNumber()
{
Expand All @@ -86,7 +86,7 @@ std::string Autonomy_IdentitySoftware::GetBuildNumber()
* @return std::string - The combo number.
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
std::string Autonomy_IdentitySoftware::GetVersionBuildComboNumber()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Autonomy_IdentitySoftware.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file Autonomy_IdentitySoftware.h
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand Down
12 changes: 6 additions & 6 deletions src/interfaces/DriveBoard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @file DriveBoard.cpp
* @author Eli Byrd ([email protected])
* @date 2023-0618
* @date 2023-06-18
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand All @@ -18,7 +18,7 @@
*
*
* @author Eli Byrd ([email protected])
* @date 2023-0618
* @date 2023-06-18
******************************************************************************/
DriveBoard::DriveBoard()
{
Expand All @@ -31,7 +31,7 @@ DriveBoard::DriveBoard()
*
*
* @author Eli Byrd ([email protected])
* @date 2023-0618
* @date 2023-06-18
******************************************************************************/
DriveBoard::~DriveBoard() {}

Expand All @@ -44,7 +44,7 @@ DriveBoard::~DriveBoard() {}
* @return std::vector<int> - 1D vector with two values. (left power, right power)
*
* @author Eli Byrd ([email protected])
* @date 2023-0618
* @date 2023-06-18
******************************************************************************/
std::vector<int> DriveBoard::CalculateMove(float fSpeed, float fAngle)
{
Expand Down Expand Up @@ -75,7 +75,7 @@ std::vector<int> DriveBoard::CalculateMove(float fSpeed, float fAngle)
* @param nRightTarget - Right drive speed (-1 to 1)
*
* @author Eli Byrd ([email protected])
* @date 2023-0618
* @date 2023-06-18
******************************************************************************/
void DriveBoard::SendDrive(int nLeftTarget, int nRightTarget) {}

Expand All @@ -84,6 +84,6 @@ void DriveBoard::SendDrive(int nLeftTarget, int nRightTarget) {}
*
*
* @author Eli Byrd ([email protected])
* @date 2023-0618
* @date 2023-06-18
******************************************************************************/
void DriveBoard::SendStop() {}
2 changes: 1 addition & 1 deletion src/interfaces/DriveBoard.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @file DriveBoard.h
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0618
* @date 2023-06-18
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand Down
10 changes: 5 additions & 5 deletions src/interfaces/MultimediaBoard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file MultimediaBoard.cpp
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand All @@ -17,7 +17,7 @@
*
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
MultimediaBoard::MultimediaBoard() {}

Expand All @@ -26,7 +26,7 @@ MultimediaBoard::MultimediaBoard() {}
*
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
MultimediaBoard::~MultimediaBoard() {}

Expand All @@ -37,7 +37,7 @@ MultimediaBoard::~MultimediaBoard() {}
* MultimediaBoard.h
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
void MultimediaBoard::SendLightingState(MultimediaBoardLightingState eState) {}

Expand All @@ -48,6 +48,6 @@ void MultimediaBoard::SendLightingState(MultimediaBoardLightingState eState) {}
* MultimediaBoard.h
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
void MultimediaBoard::SendRGB(RGB rgbVal) {}
2 changes: 1 addition & 1 deletion src/interfaces/MultimediaBoard.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file MultimediaBoard.h
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand Down
14 changes: 7 additions & 7 deletions src/interfaces/NavigationBoard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file NavigationBoard.cpp
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand All @@ -17,7 +17,7 @@
*
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
NavigationBoard::NavigationBoard()
{
Expand All @@ -38,7 +38,7 @@ NavigationBoard::NavigationBoard()
*
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
NavigationBoard::~NavigationBoard() {}

Expand All @@ -48,7 +48,7 @@ NavigationBoard::~NavigationBoard() {}
* @param packet - The special nav board packet containing IMU data.
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
void NavigationBoard::ProcessIMUData(NavBoardPacket_IMU packet)
{
Expand All @@ -65,7 +65,7 @@ void NavigationBoard::ProcessIMUData(NavBoardPacket_IMU packet)
* @param packet - The special nav board packet containing GPS data.
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
void NavigationBoard::ProcessGPSData(NavBoardPacket_GPS packet)
{
Expand All @@ -84,7 +84,7 @@ void NavigationBoard::ProcessGPSData(NavBoardPacket_GPS packet)
* @return double - The Roll, Pitch, or Heading data.
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
double NavigationBoard::GetDData(NavigationBoardPacketDoubleComponents eKey) const
{
Expand All @@ -108,7 +108,7 @@ double NavigationBoard::GetDData(NavigationBoardPacketDoubleComponents eKey) con
* @return NavBoardPacket_GPS - Struct storing GPS data.
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
NavBoardPacket_GPS NavigationBoard::GetSData(NavigationBoardPacketCoordinateComponents eKey) const
{
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/NavigationBoard.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file NavigationBoard.h
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file main.cpp
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand All @@ -16,7 +16,7 @@
* @return int - Exit status number.
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
int main()
{
Expand Down
6 changes: 3 additions & 3 deletions src/util/NumberOperations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @file NumberOperations.hpp
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
*
* @copyright Copyright MRDT 2023 - All Rights Reserved
******************************************************************************/
Expand All @@ -20,7 +20,7 @@
*
*
* @author ClayJay3 ([email protected])
* @date 2023-0706
* @date 2023-07-06
******************************************************************************/
namespace numops
{
Expand All @@ -34,7 +34,7 @@ namespace numops
* @return T - The clamped value.
*
* @author Eli Byrd ([email protected]), ClayJay3 ([email protected])
* @date 2023-0620
* @date 2023-06-20
******************************************************************************/
template<typename T>
T Clamp(T tValue, T tMin, T tMax)
Expand Down