|
TCNOpen TRDP-SPY
2.0
|
Description of one dataset. More...
#include <trdpDict.h>

Data Fields | |
| gint32 | size |
| gchar * | name |
| guint32 | datasetId |
| gint | ett_id |
| struct Element * | listOfElements |
| struct Element * | lastOfElements |
| struct Dataset * | next |
Description of one dataset.
| guint32 Dataset::datasetId |
Unique identification of one dataset
| gint Dataset::ett_id |
GUI-id for packet subtree
| struct Element* Dataset::lastOfElements |
other end of the Bratwurst
| struct Element* Dataset::listOfElements |
All elements, this dataset consists of.
| gchar* Dataset::name |
Description of the dataset, maybe stringified datasetId, never NULL
| struct Dataset* Dataset::next |
next dataset in linked list
| 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