|
Motion Master
|

Functions | |
| void | g_soem_update_slavecount () |
Variables | |
| uint8 | g_pIOmap [4096] |
| volatile sig_atomic_t | g_sig_caught = 0 |
| std::string | g_driver_name {"igh"} |
| 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::recursive_mutex > | g_soem_mailbox_mutexes {255} |
| std::atomic< int > | g_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::vector< std::string > | g_ethernet_ip_addresses {} |
| std::string | g_ethernet_pdo_mode {"monitor"} |
| void g_soem_update_slavecount | ( | ) |
| std::string g_driver_name {"igh"} |
| bool g_eol_mode = false |
| std::vector<std::string> g_ethernet_ip_addresses {} |
| std::string g_ethernet_pdo_mode {"monitor"} |
| 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::atomic<int> g_slavecount {-1} |
| std::string g_soem_ifname {""} |
| std::string g_soem_mac_address {""} |
| std::vector<std::recursive_mutex> g_soem_mailbox_mutexes {255} |
| std::string g_templates_path |