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

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.
 

Detailed Description

Defines a probe that will be used in the preparation step.

Definition at line 19 of file Definitions.hpp.

Member Data Documentation

◆ NumberOfProbes

int Software::ConfigProbesStruct::NumberOfProbes = 0

The number of probes.

Definition at line 21 of file Definitions.hpp.

◆ ProbeName

char** Software::ConfigProbesStruct::ProbeName = NULL

A list of probe names.

Definition at line 23 of file Definitions.hpp.

◆ Probes

int* Software::ConfigProbesStruct::Probes = NULL

A list of probe indices.

Definition at line 22 of file Definitions.hpp.


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