Formatting, add remote calling to c library

This commit is contained in:
2026-02-18 09:18:26 -05:00
parent 0088a9070b
commit 376b0b5285
49 changed files with 1915 additions and 1593 deletions

View File

@@ -5,10 +5,10 @@
#include "flatbuffers_generated/RobotModule_generated.h"
class ModuleFactory {
public:
static std::shared_ptr<Module>
createModule(uint8_t device_id, ModuleType type,
std::shared_ptr<MessagingInterface> &messaging_interface);
public:
static std::shared_ptr<Module>
createModule(uint8_t device_id, ModuleType type,
std::shared_ptr<MessagingInterface> &messaging_interface);
};
#endif // CONTROL_MODULEFACTORY_H