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

Thread period according to resolution

parent d63176d5
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
<groupId>fr.soleil.device</groupId>
<artifactId>Fluke8508A-${aol}-${mode}</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<packaging>nar</packaging>
<name>Fluke8508A</name>
<description>Fluke8508A device</description>
......
......@@ -9,7 +9,7 @@
// = AUTHOR
// X. Elattaoui
// ============================================================================
#include "../FlukeConfiguration.h"
#include "FlukeConfiguration.h"
#include "task/FlukeTask.hpp"
#include <yat/utils/XString.h>
#include <yat/time/Timer.h> //- perf
......@@ -24,6 +24,10 @@ const std::size_t DISABLE_FILTER = yat::FIRST_USER_MSG + 21;
const std::size_t CLEAR_ERRORS = yat::FIRST_USER_MSG + 30;
// ----------------------------------------------------------------------------
//- thread polling periods
/* NOTE:
To configure period according to resolution (for DCV),
take a look at the table 4-2 page 113/212.
*/
//- default period
const std::size_t kPERIODIC_TMOUT_MS = 2000; //- task period = in ms
//- if resolution is 7 digits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment