Main Page
Namespaces
Classes
Files
File List
File Members
src
param_helper.cpp
Go to the documentation of this file.
1
18
#include "
asr_recognizer_prediction_ism/param_helper.h
"
19
20
namespace
recognizer_prediction_ism
21
{
22
23
template
<>
24
void
ParamHelper::getParam<unsigned int>(std::string param_name,
unsigned
int
*variable,
unsigned
int
default_value
)
25
{
26
int
d
;
27
getParam<int>(param_name, &d, (int)
default_value
);
28
*variable = d;
29
}
30
31
}
d
d
param_helper.h
default_value
def default_value(type)
recognizer_prediction_ism
Definition:
param_helper.h:20
asr_recognizer_prediction_ism
Author(s): Aumann Florian, Heller Florian, Hutmacher Robin, Meißner Pascal, Stöckle Patrick, Stroh Daniel
autogenerated on Wed Jan 8 2020 03:18:32