#include <drms_types.h>
Data Fields | |
| long long | cseg_recnum |
| Record number where constant segment is stored. | |
| char | description [DRMS_MAXCOMMENTLEN] |
| Description string. | |
| int | islink |
| Non-0 if segment inherited. | |
| char | linkname [DRMS_MAXLINKNAMELEN] |
| Link to inherit from. | |
| char | name [DRMS_MAXSEGNAMELEN] |
| Segment name. | |
| int | naxis |
| Number of dimensions (rank). | |
| DRMS_Protocol_t | protocol |
| Storage protocol. | |
| DRMS_Segment_Scope_t | scope |
| Const, Varies, or DimsVary. | |
| int | segnum |
| Segment number in record. | |
| char | target_seg [DRMS_MAXSEGNAMELEN] |
| Segment to inherit. | |
| DRMS_Type_t | type |
| Datatype of data elements. | |
| char | unit [DRMS_MAXUNITLEN] |
| Physical unit. | |
Definition at line 1176 of file drms_types.h.
1.5.7.1