GemaCoreLib
The GeMA Core library
Loading...
Searching...
No Matches
gmResultsDataSrcInfo.h File Reference

Declaration of the GmResultsDataSrcInfo interface. More...

#include "gmCoreConfig.h"
#include <unit.h>
#include <QString>
Include dependency graph for gmResultsDataSrcInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GmResultsDataSrcInfo
 A basic interface with the metadata common to all results data src types. This is the information that is broadcasted to monitoring programs and represents each entry in a ResultDataSet. More...
 

Enumerations

enum  GmResultsDataSrcType {
  GM_RR_DS_ATTRIBUTE , GM_RR_DS_NODEDATA , GM_RR_DS_CELLDATA , GM_RR_DS_GAUSSDATA ,
  GM_RR_DS_NUMTYPES
}
 The types of data sources stored by a rule. More...
 

Detailed Description

Declaration of the GmResultsDataSrcInfo interface.

Author
Carlos Augusto Teixeira Mendes
Date
August, 2021

Enumeration Type Documentation

◆ GmResultsDataSrcType

The types of data sources stored by a rule.

Enumerator
GM_RR_DS_ATTRIBUTE 

Attribute data.

GM_RR_DS_NODEDATA 

Node attributes + State vars.

GM_RR_DS_CELLDATA 

Cell attributes + properties.

GM_RR_DS_GAUSSDATA 

Gauss attributes.

GM_RR_DS_NUMTYPES 

The number of data src types above.