|
TCNOpen TRDP-SPY
2.0
|
This struct makes a mapping between one comId and one dataset. More...
#include <trdpDict.h>

Data Fields | |
| char * | name |
| guint32 | comId |
| guint32 | dataset |
| gint32 | size |
| gint | ett_id |
| struct Dataset * | linkedDS |
| struct ComId * | next |
This struct makes a mapping between one comId and one dataset.
The following overview visualizes the relation between one comId and an element of a dataset:
There is a separate structure for datasets necessary, because the dataset itself can be packed recursively into each other.
| guint32 ComId::comId |
Communication Id, used as key
| guint32 ComId::dataset |
Id for a dataset ( see Dataset structure )
| gint ComId::ett_id |
GUI-id for root-subtree
| char* ComId::name |
name given in XML, may be an empty string, never NULL
| struct ComId* ComId::next |
next comId item in linked list
| gint32 ComId::size |
cached size derived from linked dataset