SeaBreeze
ReadEEPROMSlotExchange.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef SEABREEZE_READEEPROMSLOTEXCHANGE_H
31 #define SEABREEZE_READEEPROMSLOTEXCHANGE_H
32 
34 
35 namespace seabreeze {
36 
38  public:
39  ReadEEPROMSlotExchange(int slot);
40  virtual ~ReadEEPROMSlotExchange();
41 
42  };
43 
44 }
45 
46 #endif
Definition: Transaction.h:62
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42
Definition: ReadEEPROMSlotExchange.h:37