1 #warning "the iodrivers_base package has been moved to the Rock package layout" 2 #warning "and naming guidelines. iodrivers_base.hh is therefore deprecated" 3 #warning " this header is now <iodrivers_base/Bus.hpp>" 4 #warning " the classes are now:" 5 #warning " IOBus => iodrivers_base::Bus" 6 #warning " IOParser => iodrivers_base::Parser" 7 #warning " IOBusHandler => iodrivers_base::BusHandler" 8 #warning " unix_error => iodrivers_base::UnixError" 9 #warning " timeout_error => iodrivers_base::TimeoutError" 10 #warning " file_guard => iodrivers_base::FileGuard" 11 #include <iodrivers_base/Bus.hpp> 12 #include <iodrivers_base/Timeout.hpp> Definition: Timeout.hpp:10
iodrivers_base::FileGuard file_guard
Definition: iodrivers_bus.hh:15
iodrivers_base::BusHandler IOBusHandler
Definition: iodrivers_bus.hh:21
iodrivers_base::TimeoutError timeout_error
Definition: iodrivers_bus.hh:16
iodrivers_base::Timeout Timeout
Definition: iodrivers_bus.hh:17
Definition: Driver.hpp:21
iodrivers_base::UnixError unix_error
Definition: iodrivers_bus.hh:14
iodrivers_base::Parser IOParser
Definition: iodrivers_bus.hh:20
Definition: Exceptions.hpp:13
Definition: Exceptions.hpp:22
iodrivers_base::Bus IOBus
Definition: iodrivers_bus.hh:19