PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
Public Attributes | List of all members
Hardware::ProbesStruct Struct Reference

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::GlitchExtendedProbesStructGlitchExtendedProbes = NULL
 A list of glitch-extensions per standard probe.
 

Detailed Description

Defines a probing set, i.e. a set of standard probes with their corresponding glitch extensions.

Author
Amir Moradi

Definition at line 208 of file Definitions.hpp.

Member Data Documentation

◆ GlitchExtendedProbes

Hardware::GlitchExtendedProbesStruct* Hardware::ProbesStruct::GlitchExtendedProbes = NULL

A list of glitch-extensions per standard probe.

Definition at line 214 of file Definitions.hpp.

◆ NumberOfProbes

int Hardware::ProbesStruct::NumberOfProbes = 0

The number of standard probes.

Definition at line 210 of file Definitions.hpp.

◆ ProbeName

char** Hardware::ProbesStruct::ProbeName = NULL

A list of the standard probe names.

Definition at line 212 of file Definitions.hpp.

◆ Probes

int* Hardware::ProbesStruct::Probes = NULL

A list of the standard probe indices.

Definition at line 211 of file Definitions.hpp.


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