moving towards c++ api

This commit is contained in:
Dhanya Maliakal
2016-12-12 14:24:24 +01:00
parent 28b0897dd7
commit d3200dc76f
10 changed files with 439 additions and 34 deletions

View File

@ -116,6 +116,17 @@ public:
STOPPED /**< acquisition stopped externally */
};
/**
format
*/
enum fileFormat {
GET_FILE_FORMAT=-1,/**< the receiver will return its file format */
BINARY, /**< binary format */
ASCII, /**< ascii format */
HDF5 /**< hdf5 format */
};
#ifdef __cplusplus
/** returns string from enabled/disabled
\param b true or false