Motion Master
Loading...
Searching...
No Matches
Macros | Typedefs | Variables
soem_slave.cc File Reference
#include "soem_slave.h"
#include <nlohmann/json.hpp>
#include <variant>
#include "global.h"
#include "loguru.h"
#include "soempp.h"
#include "util.h"
Include dependency graph for soem_slave.cc:

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
 

Macro Definition Documentation

◆ FOE_BUFFER_SIZE

#define FOE_BUFFER_SIZE   (10 * 1024 * 1024)

◆ IGH_MAX_FILE_SIZE

#define IGH_MAX_FILE_SIZE   9000

Typedef Documentation

◆ Error

Variable Documentation

◆ known_file_names

std::set<std::string> known_file_names
Initial value:
= {
"fs-getlist", "fs-buffer", "fs-remove", "config.csv",
".factory_config", ".assembly_config", ".variant", "ui.config.json",
"logging_curr.log", "logging_prev.log"}