Add CRTP base class for the policies of the generic device

This commit is contained in:
NicolasWinckler
2015-10-14 17:12:19 +02:00
parent 559c7babca
commit 323033c9eb
12 changed files with 341 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ void base_GenericSampler<T,U,K,L>::InitTask()
BindingGetSocketNumber();
BindingGetCurrentIndex();
source_type::InitSampler();
source_type::InitSource();
fNumEvents = source_type::GetNumberOfEvent();
}