modes.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_DEVICES_MODES_HPP_
13 #define ECL_DEVICES_MODES_HPP_
14 
15 /*****************************************************************************
16 ** Includes
17 *****************************************************************************/
18 
19 /*****************************************************************************
20 ** Namespaces
21 *****************************************************************************/
22 
23 namespace ecl {
24 
25 /*****************************************************************************
26 ** Using
27 *****************************************************************************/
28 
35 enum WriteMode {
36  New,
37  Append
38 };
39 
40 
41 } // namespace ecl
42 
43 #endif /* ECL_DEVICES_MODES_HPP_ */
ecl::WriteMode
WriteMode
Write mode for devices.
Definition: modes.hpp:41
ecl::New
@ New
Opens a new object (deletes existing objects).
Definition: modes.hpp:50
ecl::Append
@ Append
Appends to an existing object (opens if not existing).
Definition: modes.hpp:51
ecl
Embedded control libraries.


ecl_devices
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:45