SeaBreeze
UnitDescriptor.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef SEABREEZE_UNITDESCRIPTOR_H
31 #define SEABREEZE_UNITDESCRIPTOR_H
32 
33 namespace seabreeze {
34 
36  public:
38  ~UnitDescriptor();
39 
40  /* FIXME: need to define unit property getters */
41 
42  };
43 
44 }
45 
46 #endif
Definition: UnitDescriptor.h:35
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42