nidas v1.2.3
|
Go to the source code of this file.
Classes | |
class | nidas::core::Parameter |
class | nidas::core::ParameterT< T > |
A typed Parameter, with data of type T. More... | |
class | nidas::core::ParameterNameTypeComparator |
Functor class for Parameter, doing an equality check of parameter name and type. More... | |
Namespaces | |
namespace | nidas |
Root namespace for the NCAR In-Situ Data Acquisition Software. | |
namespace | nidas::core |
The essential core classes of nidas. | |
Functions | |
Parameter::parType | nidas::core::getParamType (std::string) |
Overloaded function to return a enumerated value corresponding to the type pointed to by the argument. | |
Parameter::parType | nidas::core::getParamType (float) |
Parameter::parType | nidas::core::getParamType (int) |
Parameter::parType | nidas::core::getParamType (bool) |