PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Defines a probing set, i.e. a set of standard probes with their corresponding glitch extensions. More...
#include <Definitions.hpp>
Public Attributes | |
int | NumberOfProbes = 0 |
The number of standard probes. | |
int * | Probes = NULL |
A list of the standard probe indices. | |
char ** | ProbeName = NULL |
A list of the standard probe names. | |
Hardware::GlitchExtendedProbesStruct * | GlitchExtendedProbes = NULL |
A list of glitch-extensions per standard probe. | |
Defines a probing set, i.e. a set of standard probes with their corresponding glitch extensions.
Definition at line 208 of file Definitions.hpp.
Hardware::GlitchExtendedProbesStruct* Hardware::ProbesStruct::GlitchExtendedProbes = NULL |
A list of glitch-extensions per standard probe.
Definition at line 214 of file Definitions.hpp.
int Hardware::ProbesStruct::NumberOfProbes = 0 |
The number of standard probes.
Definition at line 210 of file Definitions.hpp.
char** Hardware::ProbesStruct::ProbeName = NULL |
A list of the standard probe names.
Definition at line 212 of file Definitions.hpp.
int* Hardware::ProbesStruct::Probes = NULL |
A list of the standard probe indices.
Definition at line 211 of file Definitions.hpp.