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

Defines a single probe. More...

#include <Definitions.hpp>

Public Member Functions

 ProbePositionStruct ()
 Initializes a new probe.
 
 ProbePositionStruct (unsigned int, unsigned int)
 Initializes a single probe with a specific position and clock cycle.
 

Public Attributes

unsigned int Probe
 The position of a probe, i.e. the probed signal, given by the index of the signal.
 
unsigned int Cycle
 The clock cycle in which the signal driven by a wire is recorded.
 

Detailed Description

Defines a single probe.

Author
Nicolai Müller

Definition at line 270 of file Definitions.hpp.

Constructor & Destructor Documentation

◆ ProbePositionStruct() [1/2]

Hardware::ProbePositionStruct::ProbePositionStruct ( )

Initializes a new probe.

The default constructor of a single probe.

Author
Nicolai Müller

◆ ProbePositionStruct() [2/2]

Hardware::ProbePositionStruct::ProbePositionStruct ( unsigned int  ,
unsigned int   
)

Initializes a single probe with a specific position and clock cycle.

Parameters
pThe probed wire index.
cThe clock cycle to probe.
Author
Nicolai Müller

Member Data Documentation

◆ Cycle

unsigned int Hardware::ProbePositionStruct::Cycle

The clock cycle in which the signal driven by a wire is recorded.

Definition at line 273 of file Definitions.hpp.

◆ Probe

unsigned int Hardware::ProbePositionStruct::Probe

The position of a probe, i.e. the probed signal, given by the index of the signal.

Definition at line 272 of file Definitions.hpp.


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