Skip to content
Snippets Groups Projects
Commit c06fc4e2 authored by Andreu Corominas-Murtra's avatar Andreu Corominas-Murtra
Browse files

nothing relevant, just to test commit

parent 00500527
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ const int PORT_READ_TIMEOUT = -7;
const int ACQUISITION_ERROR = -8;
/**
Status of a class object is a bitwise OR of different values. The given bit is set when positive cases, and reset if negative significance
Status of a class object is a bitwise OR of different values. The given bit is set when positive cases, and reset if negative significance.
*/
const unsigned int DEVICE_OPEN = 0x1;
const unsigned int ACQUISITION_RUNNING = 0x2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment