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

Increase tmo for task go()

parent 454f1b2c
Branches
Tags
No related merge requests found
...@@ -487,7 +487,7 @@ void ContinuousAI::init (unsigned short _type, unsigned short _id, bool _calibra ...@@ -487,7 +487,7 @@ void ContinuousAI::init (unsigned short _type, unsigned short _id, bool _calibra
std::cout << " soso -- start underlying task" << std::endl; std::cout << " soso -- start underlying task" << std::endl;
//- start the underlying yat::task //- start the underlying yat::task
this->go(1000); this->go(10000); // tmo 10s to let hardware init end -- soso
try try
{ {
......
...@@ -105,7 +105,7 @@ AcqirisDigitizer::~AcqirisDigitizer () ...@@ -105,7 +105,7 @@ AcqirisDigitizer::~AcqirisDigitizer ()
// ============================================================================ // ============================================================================
int AcqirisDigitizer::register_hardware () int AcqirisDigitizer::register_hardware ()
{ {
std::cout << "soso -- AcqirisDigitizer::register_hardware () entering - calibration required? " << is_calibration_at_init_ << std::endl; //- std::cout << "AcqirisDigitizer::register_hardware () entering - calibration required? " << is_calibration_at_init_ << std::endl;
#if !defined(_SIMULATION_) #if !defined(_SIMULATION_)
//- build resource name //- build resource name
...@@ -144,7 +144,6 @@ std::cout << "soso -- AcqirisDigitizer::register_hardware () entering - calibrat ...@@ -144,7 +144,6 @@ std::cout << "soso -- AcqirisDigitizer::register_hardware () entering - calibrat
dsl::acqiris_error_text(this->hh_, err), dsl::acqiris_error_text(this->hh_, err),
"AcqirisDigitizer::register_hardware"); "AcqirisDigitizer::register_hardware");
} }
std::cout << "soso AcqirisDigitizer::register_hardware() quiting <==" << std::endl;
#else // _SIMULATION_ #else // _SIMULATION_
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment