planners/aca/jma_switch.h

Go to the documentation of this file.
00001 /*============================================================================= *
00002  * File           : jma_switch.h
00003  * Module         : graphics
00004  * Author         : Juan Manuel AHUACTZIN
00005  * Creation       : Wed Jun  9 10:43:23 PDT 1999
00006  *
00007  *============================================================================= *
00008                 (c) Copyright 1999, J.M. Ahuactzin all rights reserved
00009  *============================================================================= *
00010  *------------------------- Description ---------------------------------------  
00011  *   
00012  *------------------------- Modifications ------------------------------------- *
00013  * 
00014  * 
00015  */
00016 
00017 typedef struct {
00018   double x;
00019   double y;
00020 }TwoD_Point;
00021 
00022 #define SWITCH_WHITE   0
00023 #define SWITCH_BLACK   1
00024 #define SWITCH_RED     2
00025 #define SWITCH_GREEN   3
00026 #define SWITCH_BLUE    4
00027 #define SWITCH_YELLOW  5
00028 #define SWITCH_MAGENTA 6
00029 #define SWITCH_CYAN    7
00030 #define BIGEST_RND_NUMBER RAND_MAX
00031 
00032 void switch_draw_createwindow(char*,int,int,int,int,int);
00033 void switch_draw_set_color(int);
00034 void switch_draw_line(double,double,double,double,double);
00035 void switch_draw_cross(double,double,double,double);
00036 TwoD_Point switch_get_cursor_coord();
00037 double switch_random();
00038 void switch_srandom(int);

Generated on Sat Apr 1 21:30:39 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO