Former-commit-id:133dc97f67
[formerlya02aeb236c
] [formerly9f19e3f712
] [formerly06a8b51d6d
[formerly9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]] Former-commit-id:06a8b51d6d
Former-commit-id:377dcd10b9
[formerly3360eb6c5f
] Former-commit-id:8e80217e59
46 lines
1.1 KiB
C
46 lines
1.1 KiB
C
#ifndef HV_DISPLAY_PROTO_H
|
|
#define HV_DISPLAY_PROTO_H
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <Xm/Xm.h>
|
|
|
|
#include "LatestObsValue.h" /* database tables/views */
|
|
#include "HvStation.h"
|
|
#include "TelmType.h"
|
|
|
|
#include "MotifWidgets.h"
|
|
#include "DbmsUtils.h"
|
|
#include "HvDisplayControlDefs.h"
|
|
|
|
#include "cvt_latlon.h"
|
|
#include "time_convert.h"
|
|
#include "load_maxfcst.h"
|
|
#include "HvTime.h"
|
|
|
|
#include "pointcontrol_show.h"
|
|
|
|
#include "ArealDisplayControl.h"
|
|
|
|
HvDisplayControl * getHvDisplayControl();
|
|
|
|
void initHvDisplayControl ( Widget top_widget ,
|
|
HvDisplayControl *hdc ,
|
|
void display_routine ( ) ,
|
|
int add_referesh_timer ) ;
|
|
|
|
void initBackgroundDisplay(BackgroundDisplaySettings *bds);
|
|
|
|
void initHvProdlist(HvDisplayControl *hdc);
|
|
|
|
void initHvOptions(HvDisplayControl *hdc);
|
|
|
|
void transfer_pc_options(HvDisplayControl *hdc);
|
|
|
|
void load_latest_river_data(HvDisplayControl *hdc);
|
|
void set_pc_options_river(pc_options_struct *pc_options);
|
|
|
|
int check_if_rivertype();
|
|
|
|
#endif
|