PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Defines all settings belonging to the test prodecure. More...
#include <Definitions.hpp>
Public Member Functions | |
void | Reset () |
Public Attributes | |
std::vector<::Software::ProbesStruct > | Combination |
std::vector< bool > | CombinationBitmask |
std::vector<::Software::ProbingSetStruct > | GlobalProbingSets |
std::vector< uint32_t > | NumberOfSets |
std::vector< std::vector<::Software::ProbingSetStruct > > | ProbingSet |
Defines all settings belonging to the test prodecure.
Definition at line 279 of file Definitions.hpp.
void Software::TestStruct::Reset | ( | ) |
std::vector<::Software::ProbesStruct> Software::TestStruct::Combination |
Definition at line 281 of file Definitions.hpp.
std::vector<bool> Software::TestStruct::CombinationBitmask |
Definition at line 282 of file Definitions.hpp.
std::vector<::Software::ProbingSetStruct> Software::TestStruct::GlobalProbingSets |
Definition at line 283 of file Definitions.hpp.
std::vector<uint32_t> Software::TestStruct::NumberOfSets |
Definition at line 284 of file Definitions.hpp.
std::vector<std::vector<::Software::ProbingSetStruct> > Software::TestStruct::ProbingSet |
Definition at line 285 of file Definitions.hpp.