Skip to content
Snippets Groups Projects
Commit 9db70d41 authored by Sonia Minolli's avatar Sonia Minolli
Browse files

Compilation bug fixed + delete unuseful logs (TANGODEVIC-1882)

parent 067c8897
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@
#ifndef __TYPES_AND_CONSTS_H__
#define __TYPES_AND_CONSTS_H__
#include <yat/utils/String.h>
namespace CryoCooler_ns
{
......@@ -43,6 +45,11 @@ namespace CryoCooler_ns
static unsigned int DB_WRITE_OUTPUT_OFFSET = 0;
static unsigned int DB_WRITE_OUTPUT_LEN = 100;
// ---------------------------------------------
// - CryoCooler protocol versions:
static std::string V1_CC_PROTOCOL = "V1"; // "CPU313C-2DP + CPU343" protocol
static std::string V2_CC_PROTOCOL = "V2"; // "CPU IM151-8" protocol
} //- namespace
#endif //- __TYPES_AND_CONSTS_H__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment