libcontrac
A library for contact tracing
|
The head of a match list. More...
Data Fields | |
size_t | count |
MatchListItem * | first |
MatchListItem * | last |
The head of a match list.
This is an opaque structure that represents the head of the list. Each item in the list captures a match between an RPI and a DTK.
This is the object usually passed as the first parameter of every non-static function.
The structure typedef is in match.h
An opaque structure that represents the head of the list.
The internal structure can be found in match.c