gphoto2pp
A C++ Wrapper for libgphoto2
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
camera_event_type_wrapper.hpp
Go to the documentation of this file.
1 
25 #ifndef CAMERAEVENTTYPEWRAPPER_HPP
26 #define CAMERAEVENTTYPEWRAPPER_HPP
27 
28 namespace gphoto2pp
29 {
33  enum class CameraEventTypeWrapper : int
34  {
35  Unknown = 0,
36  Timeout = 1,
37  FileAdded = 2,
38  FolderAdded = 3,
39  CaptureComplete = 4,
40  };
41 }
42 
43 #endif // CAMERAEVENTTYPEWRAPPER_HPP