xchange v0.9
Structured data exchange for C/C++
|
An SMA-X field, typically as part of an XStructure. A field may be a reference to a nested XStructure itself. More...
#include <xchange.h>
Data Fields | |
int | flags |
(optional) flags that specific data exchange mechanism may use, e.g. for BSON subtype. | |
boolean | isSerialized |
Whether the fields is stored in serialized (string) format. | |
char * | name |
Pointer to a designated local name buffer. It may not contain a separator (see X_SEP). | |
int | ndim |
The dimensionality of the data. | |
struct XField * | next |
Pointer to the next linked element (if inside an XStructure). | |
int | sizes [X_MAX_DIMS] |
The sizes along each dimension. | |
XType | type |
The underlyng data type. | |
char * | value |
Pointer to designated local string content (or structure)... | |
An SMA-X field, typically as part of an XStructure. A field may be a reference to a nested XStructure itself.