Skip to content

Commit 9c9d41d

Browse files
committed
Move rest of ClientSource/ into Controllers/SerialPABotBase/.
1 parent f17a7ed commit 9c9d41d

File tree

42 files changed

+52
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+52
-68
lines changed

Common/Cpp/Time.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include <ctime>
88
//#include <format>
9+
#include <sstream>
910
#include "Common/Cpp/PrettyPrint.h"
1011
#include "Time.h"
1112

ClientSource/Connection/BotBase.cpp renamed to SerialPrograms/Source/Controllers/SerialPABotBase/Connection/BotBase.cpp

File renamed without changes.

ClientSource/Connection/BotBase.h renamed to SerialPrograms/Source/Controllers/SerialPABotBase/Connection/BotBase.h

File renamed without changes.

ClientSource/Connection/BotBaseMessage.h renamed to SerialPrograms/Source/Controllers/SerialPABotBase/Connection/BotBaseMessage.h

File renamed without changes.

ClientSource/Libraries/MessageConverter.cpp renamed to SerialPrograms/Source/Controllers/SerialPABotBase/Connection/MessageConverter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "Common/Cpp/Exceptions.h"
1212
//#include "Common/Microcontroller/PABotBaseIDs.h"
1313
//#include "Common/NintendoSwitch/NintendoSwitch_Protocol_PushButtons.h"
14-
#include "ClientSource/Connection/BotBaseMessage.h"
14+
#include "Controllers/SerialPABotBase/Connection/BotBaseMessage.h"
1515
#include "MessageConverter.h"
1616

1717
namespace PokemonAutomation{

ClientSource/Libraries/MessageConverter.h renamed to SerialPrograms/Source/Controllers/SerialPABotBase/Connection/MessageConverter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
#include <string>
8-
#include "ClientSource/Connection/BotBase.h"
8+
#include "BotBase.h"
99

1010
namespace PokemonAutomation{
1111

ClientSource/Connection/MessageLogger.cpp renamed to SerialPrograms/Source/Controllers/SerialPABotBase/Connection/MessageLogger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include "Common/Cpp/PrettyPrint.h"
88
#include "Common/SerialPABotBase/SerialPABotBase_Protocol.h"
9-
#include "ClientSource/Libraries/MessageConverter.h"
9+
#include "Controllers/SerialPABotBase/Connection/MessageConverter.h"
1010
#include "BotBaseMessage.h"
1111
#include "MessageLogger.h"
1212

ClientSource/Connection/MessageLogger.h renamed to SerialPrograms/Source/Controllers/SerialPABotBase/Connection/MessageLogger.h

File renamed without changes.

ClientSource/Connection/MessageSniffer.h renamed to SerialPrograms/Source/Controllers/SerialPABotBase/Connection/MessageSniffer.h

File renamed without changes.

ClientSource/Connection/PABotBase.cpp renamed to SerialPrograms/Source/Controllers/SerialPABotBase/Connection/PABotBase.cpp

File renamed without changes.

0 commit comments

Comments
 (0)