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