PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Defines a probe that will be used in the preparation step. More...
#include <Definitions.hpp>
Public Attributes | |
int | NumberOfProbes = 0 |
The number of probes. | |
int * | Probes = NULL |
A list of probe indices. | |
char ** | ProbeName = NULL |
A list of probe names. | |
Defines a probe that will be used in the preparation step.
Definition at line 19 of file Definitions.hpp.
int Software::ConfigProbesStruct::NumberOfProbes = 0 |
The number of probes.
Definition at line 21 of file Definitions.hpp.
char** Software::ConfigProbesStruct::ProbeName = NULL |
A list of probe names.
Definition at line 23 of file Definitions.hpp.
int* Software::ConfigProbesStruct::Probes = NULL |
A list of probe indices.
Definition at line 22 of file Definitions.hpp.