Friction Ridge Image and Features Technology Evaluations
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
evaluations.h
Go to the documentation of this file.
1/*
2 * This software was developed at the National Institute of Standards and
3 * Technology (NIST) by employees of the Federal Government in the course
4 * of their official duties. Pursuant to title 17 Section 105 of the
5 * United States Code, this software is not subject to copyright protection
6 * and is in the public domain. NIST assumes no responsibility whatsoever for
7 * its use by other parties, and makes no guarantees, expressed or implied,
8 * about its quality, reliability, or any other characteristic.
9 */
10
11#ifndef FRIF_EVALUATIONS_H_
12#define FRIF_EVALUATIONS_H_
13
16{
27 {
38 uint16_t versionNumber{};
53 std::string identifier{};
54 };
55}
56
57#endif /* FRIF_EVALUATIONS_H_ */
Functionality unique to each of the NIST FRIF Technology Evaluations.
Definition evaluations.h:16
Identification information about the submitted library.
Definition evaluations.h:27
std::string identifier
Non-infringing identifier of this submission.
Definition evaluations.h:53
uint16_t versionNumber
Version number of this submission.
Definition evaluations.h:38