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

Set input buffer size with total nb of samples in callback mode (CPPAPIS-18)

parent a51a7b68
No related branches found
No related tags found
No related merge requests found
......@@ -135,13 +135,14 @@ namespace ni660Xsl
std::string sample_clk_;
ni::EdgeType active_edge_;
double max_rate_;
unsigned long nb_samples_;
unsigned long nb_samples_; // intermediate buffer depth
ni::StrategyType strategy_;
ni::StartPointType start_point_;
unsigned long offset_;
double timeout_;
ni::ModeType mode_;
bool use_callback_;
unsigned long total_nb_pts_; // total number of samples
};
}//namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment