SeaBreeze
ProgrammableSaturationProtocolInterface.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef PROGRAMMABLESATURATIONPROTOCOLINTERFACE_H
31 #define PROGRAMMABLESATURATIONPROTOCOLINTERFACE_H
32 
33 #include "common/buses/Bus.h"
36 
37 namespace seabreeze {
38 
40  public:
43 
44  virtual unsigned int getSaturation(const Bus &bus)
45  throw (ProtocolException) = 0;
46  };
47 
48 } /* end namespace seabreeze */
49 
50 #endif /* PROGRAMMABLESATURATIONPROTOCOLINTERFACE_H */
Definition: ProgrammableSaturationProtocolInterface.h:39
Definition: Protocol.h:44
Definition: ProtocolException.h:44
Definition: Bus.h:48
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42
Definition: ProtocolHelper.h:46