Former-commit-id:fda897d2d0
[formerly253e8bc948
] [formerly295cbf95e5
[formerly 0816cd253c86acc699cb90866131619c4679f631]] Former-commit-id:295cbf95e5
Former-commit-id:ae3d17c698
9 lines
361 B
C
Executable file
9 lines
361 B
C
Executable file
#ifndef _AFBUFRCOMMON_H
|
|
#define _AFBUFRCOMMON_H
|
|
#include "afbufr_structures.h"
|
|
void setCycleAndType(char *outputFormatIn, char *cycle, char *airmetType,
|
|
char *outputFormatStr);
|
|
|
|
void buildFilenameAndDateStampFmIssTime(char *issTimeStr, char *outputformat,
|
|
char *bufrfilename, char *dateStamp);
|
|
#endif
|