Friction Ridge Image and Features
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
FRIF::Evaluations::LibraryIdentifier Struct Reference

Identification information about the submitted library. More...

#include <evaluations.h>

Public Attributes

uint16_t versionNumber {}
 Version number of this submission.
 
std::string identifier {}
 Non-infringing identifier of this submission.
 

Detailed Description

Identification information about the submitted library.

The values provided form the filename of the submitted library and serve as a unique identifier used to refer to this implementation in all subsequent publications.

Definition at line 26 of file evaluations.h.

Member Data Documentation

◆ versionNumber

uint16_t FRIF::Evaluations::LibraryIdentifier::versionNumber {}

Version number of this submission.

Note
Required to be unique for each new submission.
Must be identical to the last underscore-delimited token in in the submitted shared library's filename, in uppercase hexadecimal.

Definition at line 38 of file evaluations.h.

◆ identifier

std::string FRIF::Evaluations::LibraryIdentifier::identifier {}

Non-infringing identifier of this submission.

Note
Should be the same for all submissions from an organization.
Case sensitive.
Must match the regular expression [:alnum:]+.
Must be identical to the third underscore-delimited token in of the submitted shared library's filename.

Definition at line 53 of file evaluations.h.


The documentation for this struct was generated from the following file: