SeaBreeze
FlameNIR.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef FLAMENIR_H
31 #define FLAMENIR_H
32 
33 #include "common/devices/Device.h"
34 
35 namespace seabreeze {
36 
37  class FlameNIR : public Device {
38  public:
39  FlameNIR();
40  virtual ~FlameNIR();
41 
42  virtual ProtocolFamily getSupportedProtocol(FeatureFamily family, BusFamily bus);
43  };
44 
45 }
46 
47 #endif
Definition: ProtocolFamily.h:39
Definition: BusFamily.h:38
Definition: FeatureFamily.h:39
Definition: Device.h:64
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42
Definition: FlameNIR.h:37