Former-commit-id:a02aeb236c
[formerly9f19e3f712
] [formerly06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]] Former-commit-id:06a8b51d6d
Former-commit-id:3360eb6c5f
68 lines
1.5 KiB
C
68 lines
1.5 KiB
C
|
|
/* ******************************************** */
|
|
/* File: TSdbx.h */
|
|
/* Date: April 1999 */
|
|
/* Author: Sung Vo */
|
|
/* Purpose: Provide support for */
|
|
/* header files for database and X-Windows */
|
|
/* ******************************************** */
|
|
|
|
#ifndef _TSdbx_h
|
|
#define _TSdbx_h
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <math.h>
|
|
#include <string.h>
|
|
#include <memory.h>
|
|
#include <time.h>
|
|
#include <sys/param.h>
|
|
|
|
#include <X11/Intrinsic.h>
|
|
#include <X11/StringDefs.h>
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xutil.h>
|
|
|
|
#include <Xm/Xm.h>
|
|
#include <Xm/Protocols.h>
|
|
#include <Xm/MwmUtil.h>
|
|
#include <Xm/PushB.h>
|
|
#include <Xm/ToggleB.h>
|
|
#include <Xm/Form.h>
|
|
#include <Xm/Text.h>
|
|
#include <Xm/List.h>
|
|
#include <Xm/FileSB.h>
|
|
#include <Xm/SelectioB.h>
|
|
#include <Xm/DrawingA.h>
|
|
|
|
#include "DbmsUtils.h"
|
|
#include "DbmsAccess.h"
|
|
#include "DbmsDefs.h"
|
|
#include "dbmserrs.h"
|
|
#include "time_defs.h"
|
|
#include "time_convert.h"
|
|
|
|
#include "Xtools.h"
|
|
#include "ToolDefs.h"
|
|
#include "precip_total.h"
|
|
#include "LoadUnique.h"
|
|
#include "Observation.h"
|
|
#include "RejectedData.h"
|
|
#include "Forecast.h"
|
|
#include "Rating.h"
|
|
#include "List.h"
|
|
#include "Height.h"
|
|
#include "FcstHeight.h"
|
|
#include "Riverstat.h"
|
|
#include "Floodcat.h"
|
|
#include "ShefPe.h"
|
|
#include "ShefQc.h"
|
|
#include "QualityCode.h"
|
|
#include "Filter.h"
|
|
#include "IngestFilter.h"
|
|
#include "LocView.h"
|
|
#include "StnClass.h"
|
|
#include "Rating.h"
|
|
|
|
|
|
#endif
|