PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
Functions
Software::Prepare Namespace Reference

Functions

void Simulation (Software::SettingsStruct *, Software::ConfigProbesStruct *, char *, Software::SimulationStruct *)
 
void SharedData (Software::SettingsStruct *, Software::SharedDataStruct &)
 
void ThreadSimulation (Software::ThreadSimulationStruct &, Software::SettingsStruct *, char *, uint32_t, uint32_t, std::vector< uint32_t > &)
 
void Helper (Software::ConfigProbesStruct *, Software::HelperStruct &)
 
void All (CommandLineParameterStruct &, Software::ConfigProbesStruct *, Software::SettingsStruct *, std::vector< Software::SharedDataStruct > &, Software::HelperStruct &, std::vector< Software::ThreadSimulationStruct > &)
 
bool IsEmptyOrBlank (const std::string &s)
 

Function Documentation

◆ All()

void Software::Prepare::All ( CommandLineParameterStruct ,
Software::ConfigProbesStruct ,
Software::SettingsStruct ,
std::vector< Software::SharedDataStruct > &  ,
Software::HelperStruct ,
std::vector< Software::ThreadSimulationStruct > &   
)

◆ Helper()

void Software::Prepare::Helper ( Software::ConfigProbesStruct ,
Software::HelperStruct  
)

◆ IsEmptyOrBlank()

bool Software::Prepare::IsEmptyOrBlank ( const std::string &  s)

◆ SharedData()

void Software::Prepare::SharedData ( Software::SettingsStruct ,
Software::SharedDataStruct  
)

◆ Simulation()

void Software::Prepare::Simulation ( Software::SettingsStruct ,
Software::ConfigProbesStruct ,
char *  ,
Software::SimulationStruct  
)

◆ ThreadSimulation()

void Software::Prepare::ThreadSimulation ( Software::ThreadSimulationStruct ,
Software::SettingsStruct ,
char *  ,
uint32_t  ,
uint32_t  ,
std::vector< uint32_t > &   
)