awips2/nativeLib/rary.ohd.ifp/inc/TSDefs.h
root 06a8b51d6d Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

34 lines
884 B
C

/* ***************************************** */
/* File: TSDefs.h */
/* Date: Jan 2002 */
/* Author: Ai Vo */
/* Purpose: */
/* */
/* ***************************************** */
#ifndef _PLOTS_DEFSH
#define _PLOTS_DEFSH
#define MAXHEIGHT 700
#define MAXWIDTH 800
#define PERCENT_LEFTLB 14/100
#define PERCENT_DRAWA 64/100
#define PERCENT_RGHTLB 22/100
#define LEFTLBW (MAXWIDTH*14)/100
#define DRAWAW (MAXWIDTH*64)/100
#define RGHTLBW (MAXWIDTH*22)/100
#define MAXPOINTS 5000
#define MAXTRACES 10
#define MAXPLOTS 6
#define SECONDS_PER_MIN 60
#define SECONDS_PER_HOUR 3600
#define SECONDS_PER_DAY 86400
#define ACTIVE_COLOR_INDX 13
#define TSMOVE 1
#endif