TCNOpen TRDP-SPY  2.0
Dataset Class Reference

Description of one dataset. More...

#include <trdpDict.h>

Collaboration diagram for Dataset:

Data Fields

gint32 size
 
gchar * name
 
guint32 datasetId
 
gint ett_id
 
struct ElementlistOfElements
 
struct ElementlastOfElements
 
struct Datasetnext
 

Detailed Description

Description of one dataset.

Field Documentation

◆ datasetId

guint32 Dataset::datasetId

Unique identification of one dataset

◆ ett_id

gint Dataset::ett_id

GUI-id for packet subtree

◆ lastOfElements

struct Element* Dataset::lastOfElements

other end of the Bratwurst

◆ listOfElements

struct Element* Dataset::listOfElements

All elements, this dataset consists of.

◆ name

gchar* Dataset::name

Description of the dataset, maybe stringified datasetId, never NULL

◆ next

struct Dataset* Dataset::next

next dataset in linked list

◆ size

gint32 Dataset::size

Cached size of Dataset, including subsets. negative, if size cannot be calculated due to a missing/broken sub-dataset definition, 0, if contains var-array and must be recalculated


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