SeaBreeze
BusTransferException.h
Go to the documentation of this file.
1 /***************************************************/
34 #ifndef BUSTRANSFEREXCEPTION_H
35 #define BUSTRANSFEREXCEPTION_H
36 
38 
39 namespace seabreeze {
40 
42  public:
43  BusTransferException(const std::string &error);
44  };
45 
46 }
47 
48 #endif /* BUSTRANSFEREXCEPTION_H */
Definition: BusTransferException.h:41
Definition: BusException.h:43
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42