winIDEA SDK
|
This class contains configuration of one DAQ item.
#include <CDAQController.h>
Public Member Functions | |
CDAQConfigItem (BYTE size, BYTE memArea, ADDRESS address, CDAQController::EDAQSamplingFlags sampling=CDAQController::daqSampleMax, uint32_t coreIndex=0, uint32_t socIndex=0) | |
Creates DAQ sampling item at the given address in memory. More... | |
CDAQConfigItem (BYTE size, CDAQController::EDAQSamplingFlags sampling=CDAQController::daqSampleMax, uint32_t coreIndex=0, uint32_t socIndex=0) | |
Creates DAQ sampling item for program counter register (PC). More... | |
CDAQConfigItem (const std::string &symbolName, CDAQController::EDAQSamplingFlags sampling=CDAQController::daqSampleMax, uint32_t coreIndex=0, uint32_t socIndex=0) | |
Creates DAQ sampling item for the given symbol in memory. More... | |
std::string | toString () const |
Returns contents of this object in human readable form. | |
isys::CDAQConfigItem::CDAQConfigItem | ( | BYTE | size, |
BYTE | memArea, | ||
ADDRESS | address, | ||
CDAQController::EDAQSamplingFlags | sampling = CDAQController::daqSampleMax , |
||
uint32_t | coreIndex = 0 , |
||
uint32_t | socIndex = 0 |
||
) |
Creates DAQ sampling item at the given address in memory.
Core and SoC indices are set to 0.
size | size of the item in bytes |
memArea | memory area of the item |
address | address of the item |
sampling | sampling policy |
coreIndex | index of the core |
socIndex | index of the soc |
isys::CDAQConfigItem::CDAQConfigItem | ( | const std::string & | symbolName, |
CDAQController::EDAQSamplingFlags | sampling = CDAQController::daqSampleMax , |
||
uint32_t | coreIndex = 0 , |
||
uint32_t | socIndex = 0 |
||
) |
Creates DAQ sampling item for the given symbol in memory.
symbolName | name of the variable to monitor |
sampling | sampling policy |
coreIndex | index of core |
socIndex | index of SoC |
isys::CDAQConfigItem::CDAQConfigItem | ( | BYTE | size, |
CDAQController::EDAQSamplingFlags | sampling = CDAQController::daqSampleMax , |
||
uint32_t | coreIndex = 0 , |
||
uint32_t | socIndex = 0 |
||
) |
Creates DAQ sampling item for program counter register (PC).
size | size of the PC in bytes |
sampling | sampling policy |
coreIndex | index of core |
socIndex | index of SoC |