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