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

SetInt not used in the project

parent 51ad8ede
No related branches found
No related tags found
No related merge requests found
...@@ -144,6 +144,7 @@ namespace CryoCooler_ns ...@@ -144,6 +144,7 @@ namespace CryoCooler_ns
//- SetInt ----------------------------------------- //- SetInt -----------------------------------------
//- set a INT //- set a INT
/*
void Part::SetInt (unsigned int offset, short v) void Part::SetInt (unsigned int offset, short v)
{ {
DEBUG_STREAM << " Part::SetInt <- " << std::endl; DEBUG_STREAM << " Part::SetInt <- " << std::endl;
...@@ -163,6 +164,7 @@ namespace CryoCooler_ns ...@@ -163,6 +164,7 @@ namespace CryoCooler_ns
this->cryo_itf->post(msg); this->cryo_itf->post(msg);
} }
*/
//- SetBool ----------------------------------------- //- SetBool -----------------------------------------
//- set a bool //- set a bool
void Part::SetBool (unsigned int bit_offset, unsigned int byte_offset, bool v) void Part::SetBool (unsigned int bit_offset, unsigned int byte_offset, bool v)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment