winIDEA SDK
isys::CCoverageMetaInfo Class Reference

Description

This class contains information from coverage info node as entered in the 'Set Information' dialog in winIDEA.

This node appears at the start of coverage XML export, and there is only one instance per document. Call method CCoverageData2::getCoverageMetaInfo() to get instance of this class.

#include <CCoverageData2.h>

Public Member Functions

std::string getName ()
 Returns tester's name as entered in 'Set Information' dialog.
 
std::string getId ()
 Returns coverage ID as entered in 'Set Information' dialog.
 
std::string getDate ()
 Returns recording date.
 
std::string getTime ()
 Returns recording time.
 
std::string getSoftware ()
 Returns covered software info as entered in 'Set Information' dialog.
 
std::string getHardware ()
 Returns hardware info as entered in 'Set Information' dialog.
 
std::string getDescription ()
 Returns description as entered in 'Set Information' dialog.
 
std::string getComment ()
 Returns comment as entered in 'Set Information' dialog.