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

Defines the shared state of a simulation. More...

#include <Definitions.hpp>

Public Attributes

std::vector< uint32_t > BytelengthOfParams
 length of shared data in bytes
 
std::vector< std::vector< uint8_t > > ByteValuesOfParams
 values of shared data in byte size
 
std::vector< uint8_t > VariableOrArrayParams
 
std::vector< uint32_t > StartaddrInRAM
 address of shared data in RAM
 

Detailed Description

Defines the shared state of a simulation.

Definition at line 250 of file Definitions.hpp.

Member Data Documentation

◆ BytelengthOfParams

std::vector<uint32_t> Software::SharedDataStruct::BytelengthOfParams

length of shared data in bytes

Definition at line 252 of file Definitions.hpp.

◆ ByteValuesOfParams

std::vector<std::vector<uint8_t> > Software::SharedDataStruct::ByteValuesOfParams

values of shared data in byte size

Definition at line 253 of file Definitions.hpp.

◆ StartaddrInRAM

std::vector<uint32_t> Software::SharedDataStruct::StartaddrInRAM

address of shared data in RAM

Definition at line 255 of file Definitions.hpp.

◆ VariableOrArrayParams

std::vector<uint8_t> Software::SharedDataStruct::VariableOrArrayParams

Definition at line 254 of file Definitions.hpp.


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