Skip to content
Snippets Groups Projects
Commit 504a3cb2 authored by Xavier ELATTAOUI's avatar Xavier ELATTAOUI
Browse files

Compile errors fixed

parent c9da21ec
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,7 @@ yat::Timer t;
waveform_ptr->get_waveform_data();
set_state(Tango::ON);
set_status("Waveform data acquired.");
INFO_STREAM << "Times infos to get waveform data :\n" << waveform_ptr->get_times_to_get_waveformData(); << std::endl;
INFO_STREAM << "\nTimes infos to get waveform data :\n" << waveform_ptr->get_times_to_get_waveformData() << std::endl;
}
catch(const lecroy::WaveformException &we)
{
......
......@@ -91,8 +91,7 @@ unsigned short OFFSET_STRUCT = 0;
std::ostringstream oss;
//- FOR DEBUG : comment out Timer and STD::COUT !!
yat::Timer t_start;
yat::Timer t_end;
yat::Timer t;
std::size_t time_to_write_data;
std::size_t time_to_read_data;
std::size_t time_to_copy_data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment