gphoto2pp
A C++ Wrapper for libgphoto2
Main Page
Namespaces
Classes
Files
File List
File Members
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
include
camera_event_type_wrapper.hpp
Generated on Wed May 7 2014 20:06:38 for gphoto2pp by
1.8.1.2