Skip to content
Snippets Groups Projects
Commit 51ad8ede authored by Alain BUTEAU's avatar Alain BUTEAU
Browse files

SetInt not used in the project

parent badfd1c6
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ namespace CryoCooler_ns ...@@ -44,7 +44,7 @@ namespace CryoCooler_ns
//- set a REAL //- set a REAL
void SetReal (unsigned int offset, float v); void SetReal (unsigned int offset, float v);
//- set a INT //- set a INT
void SetInt (unsigned int offset, short val); // void SetInt (unsigned int offset, short val);
//- set a bool //- set a bool
void SetBool (unsigned int bit_offset, unsigned int byte_offset, bool val); void SetBool (unsigned int bit_offset, unsigned int byte_offset, bool val);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment