Motion Master
|
Functions | |
void | g_soem_update_slavecount () |
std::string | ethercat_slave_state_to_string (uint16_t state) |
Variables | |
uint8 | g_pIOmap [4096] |
volatile sig_atomic_t | g_sig_caught = 0 |
MasterType | g_master_type = MasterType::kUnspecified |
uint16_t | g_req_res_port = 63524 |
uint16_t | g_pub_sub_port = 63525 |
std::string | g_soem_mac_address = "" |
std::string | g_soem_ifname = "" |
std::vector< std::mutex > | g_soem_mailbox_mutexes {255} |
std::atomic< int > | g_soem_slavecount {-1} |
std::atomic< bool > | g_pdo_mapping_in_progress {false} |
size_t | g_mock_devices |
std::string | g_templates_path |
std::string | g_internal_log |
bool | g_eol_mode = false |
std::string ethercat_slave_state_to_string | ( | uint16_t | state | ) |
void g_soem_update_slavecount | ( | ) |
bool g_eol_mode = false |
std::string g_internal_log |
MasterType g_master_type = MasterType::kUnspecified |
size_t g_mock_devices |
std::atomic<bool> g_pdo_mapping_in_progress {false} |
uint8 g_pIOmap[4096] |
uint16_t g_pub_sub_port = 63525 |
uint16_t g_req_res_port = 63524 |
volatile sig_atomic_t g_sig_caught = 0 |
std::string g_soem_ifname = "" |
std::string g_soem_mac_address = "" |
std::vector<std::mutex> g_soem_mailbox_mutexes {255} |
std::atomic<int> g_soem_slavecount {-1} |
std::string g_templates_path |