Skip to content

Commit

Permalink
#1581 Added HDR_TYPE_ARR_LEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Apr 1, 2021
1 parent 88f6094 commit 8781885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met/src/libcode/vx_nc_util/nc_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ static const string C_unknown_str = string("unknown");
#define NC_BUFFER_SIZE_16K (16*1024)

#define HDR_ARRAY_LEN 3 // Observation header length
#define HDR_TYPE_ARR_LEN 3 // Observation header type length (prpt/irpt/inst)
#define OBS_ARRAY_LEN 5 // Observation values length
#define HEADER_STR_LEN 16 // Maximum length for header string
#define HEADER_STR_LEN2 40 // Maximum length for header string 2
Expand Down

0 comments on commit 8781885

Please sign in to comment.