mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
|
netcdf tst_gattenum {
|
||
|
types:
|
||
|
ubyte enum Bradys {Mike = 0, Carol = 1, Greg = 2, Marsha = 3, Peter = 4,
|
||
|
Jan = 5, Bobby = 6, Whats-her-face = 7, Alice = 8} ;
|
||
|
|
||
|
// global attributes:
|
||
|
Bradys :brady_attribute = Mike, Marsha, Alice;
|
||
|
}
|