19 #if defined(__linux__) 22 #elif defined(__APPLE__) 25 #elif defined(_WIN32) || defined(_WIN64) 29 #elif defined(ARDUINO) || defined(__OPENCR__) || defined(__OPENCM904__) 30 #include "../../include/dynamixel_sdk/port_handler.h" 31 #include "../../include/dynamixel_sdk/port_handler_arduino.h" 38 #if defined(__linux__) 40 #elif defined(__APPLE__) 42 #elif defined(_WIN32) || defined(_WIN64) 44 #elif defined(ARDUINO) || defined(__OPENCR__) || defined(__OPENCM904__) static PortHandler * getPortHandler(const char *port_name)
The function that gets PortHandler class inheritance The function gets class inheritance (PortHandle...
The class for control port in Linux.
The class for control port in Arduino.
The class for port control that inherits PortHandlerLinux, PortHandlerWindows, PortHandlerMac, or PortHandlerArduino.
The class for control port in Windows.
The class for control port in Mac OS.