Motion Master
|
#include "soem_slave.h"
#include <nlohmann/json.hpp>
#include <variant>
#include "global.h"
#include "loguru.h"
#include "soempp.h"
#include "util.h"
Macros | |
#define | FOE_BUFFER_SIZE (10 * 1024 * 1024) |
#define | IGH_MAX_FILE_SIZE 9000 |
Typedefs | |
using | Error = MotionMasterError::Error |
Variables | |
std::set< std::string > | known_file_names |
#define FOE_BUFFER_SIZE (10 * 1024 * 1024) |
#define IGH_MAX_FILE_SIZE 9000 |
using Error = MotionMasterError::Error |
std::set<std::string> known_file_names |