NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Classes | Namespaces | Enumerations | Functions
be_framework_api.h File Reference
#include <functional>
#include <memory>
#include <be_error_signal_manager.h>
#include <be_framework_enumeration.h>
#include <be_framework_status.h>
#include <be_time_timer.h>
#include <be_time_watchdog.h>

Go to the source code of this file.

Classes

class  BiometricEvaluation::Framework::API< T >
 A convenient way to execute biometric technology evaluation API methods safely. More...
 
class  BiometricEvaluation::Framework::API< T >::Result
 The result of an operation. More...
 

Namespaces

namespace  BiometricEvaluation
 This software was developed at the National Institute of Standards and Technology (NIST) by employees of the Federal Government in the course of their official duties.
 
namespace  BiometricEvaluation::Framework
 Information about the framework.
 

Enumerations

enum class  BiometricEvaluation::Framework::APICurrentState {
  BiometricEvaluation::Framework::NeverCalled , BiometricEvaluation::Framework::WatchdogExpired , BiometricEvaluation::Framework::SignalCaught , BiometricEvaluation::Framework::ExceptionCaught ,
  BiometricEvaluation::Framework::Running , BiometricEvaluation::Framework::Completed
}
 Reasons operations could not complete. More...
 

Functions

 BE_FRAMEWORK_ENUMERATION_DECLARATIONS (BiometricEvaluation::Framework::APICurrentState, BE_Framework_APICurrentState_EnumToStringMap)
 

Function Documentation

◆ BE_FRAMEWORK_ENUMERATION_DECLARATIONS()

BE_FRAMEWORK_ENUMERATION_DECLARATIONS ( BiometricEvaluation::Framework::APICurrentState  ,
BE_Framework_APICurrentState_EnumToStringMap   
)