2 Best viewed with vim5, using ts=4
4 This code was mainly put together by looking at the
8 A neat piece of equip, used to display the date
9 and time on the screen.
10 Comes with every WindowMaker installation.
13 How do I create a not so solid window?
14 How do I open a window?
18 A program that prints the amount of data that
19 is transferred over a ppp-line.
22 How do I read the ppp device?
23 ------------------------------------------------------------
25 Authors: Martijn Pieterse (pieterse@xs4all.nl)
26 Antoine Nulle (warp@xs4all.nl)
28 This program might be Y2K resistant. We shall see. :)
30 This program is distributed under the GPL license.
31 (as were asclock and pppstats)
33 Known Features: (or in non M$ talk, BUGS)
34 * none known so far in this release
40 CCC (Constructive Code Criticism):
43 Thanks a LOT! It takes a while to get me convinced... :)
48 Marc De Scheemaecker / David Mihm / Chris Soghoian /
49 Alessandro Usseglio Viretta
51 and ofcourse numerous ppl who send us bug reports.
52 (numerous? hmm.. todo: rephrase this :) )
53 Make that numerous m8ey :)
58 05/09/1998 (Martijn Pieterse, pieterse@xs4all.nl)
60 Speed-O-Meter (after 60 seconds)
61 Fixed Error reporting when pressing X
62 Removed the ugly kb lines
63 Stopped clearing on-line time when pressing X
64 Added createXBMfromXPM
65 08/05/1998 (Martijn Pieterse, pieterse@xs4all.nl)
66 * Removed some code from get_statistics
67 * Check if "ifdown" is empty before execCommanding it!
68 07/05/1998 (Martijn Pieterse, pieterse@xs4all.nl)
69 * Made the program use the xpm like warp wanted it to be :)
70 04/05/1998 (Martijn Pieterse, pieterse@xs4all.nl)
71 * Added pppX support. (EXPERIMENTAL!)
72 Removed HARD_CODED_DEV. (that stayed in long! :) )
73 * Changed 33600 speed indication to 33k6
74 Bugs if larger than 115k2 (depends on how much 1's present)
75 Moved the speed ind. code to DrawSpeedInd
76 * Added 1k lines in the stats
77 * Moved all the "ppp0" references into HARD_CODED_DEV.
79 03/05/1998 (Martijn Pieterse, pieterse@xs4all.nl)
80 * Removed the number after -t.
81 02/05/1998 (Martijn Pieterse, pieterse@xs4all.nl)
82 * Removed the heyho code :)
83 * Changed read_rc_file to parse_rcfile. suggested bt Marcelo E. Magallon
84 * Added some extra checks for the -t option.
85 If no number was given, it would core dump
86 30/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
87 * Added execCommand code. (taken from windowmaker soure, as advised by Marcelo E. Magallon)
88 * Cleaned the source up a bit
89 * Decided to split op wmppp and wmifs
90 This is gonna be wmppp
91 * Used the DrawStats routine from wmifs in wmppp
92 * I decided to add a list in this source file
93 with name of ppl who helped me build this code better.
94 * I finally removed the /proc/net/route dependency
95 All of the connections are taken from /proc/net/dev.
96 /proc/net/route is still used for checking if it is on-line.
97 27/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
98 * WMIFS: stats scrolled, while red led burning
99 * WMPPP: changed positions of line speed
100 25/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
101 * Changed the checknetdevs routine, a lot!
102 23/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
103 * Added line speed detection. via separate exec. (this has to be suid root!)
104 Speed has to be no more than 99999
105 * Added speed and forcespeed in ~/.wmppprc and /etc/wmppprc
106 * wmifs: added on-line detection scheme, update the bitmap coordinates
107 * wmppp: the x-button now allways disconnects.
108 22/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
109 * Added /etc/wmppprc support, including "forced" mode.
110 * Added /etc/wmifsrc support, including "forced" mode.
111 21/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
112 * Moved the stats one pixel down.
113 * Added status led in wmifs.
114 * Changed RX/TX leds of wmifs to resemble wmppp
115 * Added the "dot" between eth.0 ppp.0 etc.
116 * Changed to wmifs stats to match wmppp stats (only pppX changed)
117 * Made sure that when specified -t 1, it stayed that way, even
118 when longer than 100 minutes online
119 * With -t 1, jump from 59:59 to 01:00 instead of 99:59 to 01:40
120 16/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
121 * Added "all" devices in wmifs
122 * Added "lo" support only if aked via -i
123 * Added on-line time detection (using /var/run/ppp0.pid)
124 * Added time-out for the orange led. (one minute)
125 15/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
126 * Another wmppp-master.xpm.
127 Line speed detection being the main problem here.. :(
128 * Moved START_COMMAND / STOP_COMMAND to ~/.wmppprc
129 Return 0, everything went ok.
130 Return 10, the command did not work.
131 Please note, these functions are ran in the background.
132 * Removed the ability to configure
133 * When "v" is clicked, an orange led will appear.
134 if the connect script fails (return value == 10)
135 it will become dark again. Else the on-line detection will
136 pick it up, and "green" it.
137 14/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
139 * Added "-display" support
140 * Changed pixmap to a no-name pixmap.
141 + Changed LED positions
142 + Changed Timer position
144 05/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
145 * Added ~/.wmifsrc support.
146 * Put some code in DrawStats
147 * Check devices when pressing "device change"
148 03/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
149 * Added code for wmifs
150 28/03/1998 (Martijn Pieterse, pieterse@xs4all.nl)
151 * forgot what i did.. :)
152 27/03/1998 (Martijn Pieterse, pieterse@xs4all.nl)
153 * Added on-line detection
154 Scan through /proc/net/route and check everye line
156 * A bit of code clean-up.
159 #include <X11/X.h> /* for ButtonPress, ButtonRelease, etc */
160 #include <X11/Xlib.h> /* for XEvent, XButtonEvent, etc */
161 #include <sys/socket.h> /* for SOCK_DGRAM */
162 #include <linux/ppp_defs.h> /* for ppp_stats, pppstat */
163 #include <net/if_ppp.h> /* for ifpppstatsreq, etc */
164 #include <signal.h> /* for signal */
165 #include <stdio.h> /* for fprintf, stderr, NULL, etc */
166 #include <stdlib.h> /* for exit, atoi, getenv, etc */
167 #include <string.h> /* for strcpy, memset, strcmp, etc */
168 #include <sys/ioctl.h> /* for ioctl */
169 #include <sys/socket.h> /* for socket, AF_INET */
170 #include <sys/stat.h> /* for stat, st_mtime */
171 #include <sys/types.h> /* for pid_t */
172 #include <sys/wait.h> /* for waitpid, WNOHANG */
173 #include <time.h> /* for timespec, nanosleep, time */
174 #include <libdockapp/misc.h> /* for execCommand */
175 #include <libdockapp/wmgeneral.h> /* for copyXPMArea, RedrawWindow, etc */
176 #include "wmppp-master.xpm" /* for wmppp_master_xpm */
182 /* Fill in and uncomment the hardcoded actions. */
183 /* #define START_ACTION (NULL) */
184 /* #define STOP_ACTION (NULL) */
185 /* #define SPEED_ACTION (NULL) */
186 /* #define IFDOWN_ACTION (NULL) */
188 #define STAMP_FILE_PRE "/var/run/wmppp."
190 /* Defines voor alle coordinate */
192 #define LED_PPP_RX (1)
193 #define LED_PPP_TX (2)
194 #define LED_PPP_POWER (3)
202 #define TIMER_SRC_Y (65)
203 #define TIMER_DES_Y (6)
204 #define TIMER_SZE_X (6)
206 #define WMPPP_VERSION "1.3.2"
208 #define ORANGE_LED_TIMEOUT (60)
210 /**********************/
211 /* External Variables */
212 /**********************/
214 extern char **environ
;
216 /********************/
217 /* Global Variables */
218 /********************/
221 char *active_interface
= "ppp0";
225 int wmppp_mask_width
= 64;
226 int wmppp_mask_height
= 64;
227 char wmppp_mask_bits
[64*64];
237 #define PPP_STATS_HIS 54
241 int ppp_history
[PPP_STATS_HIS
+1][2];
243 /***********************/
244 /* Function Prototypes */
245 /***********************/
248 void printversion(void);
249 void DrawTime(int, int);
250 void DrawStats(int *, int, int, int, int);
251 void DrawSpeedInd(char *);
252 void DrawLoadInd(int);
256 void SetWaitLED(int);
260 void ButtonDown(int);
262 int get_statistics(long *, long *, long *, long *);
263 void get_ppp_stats(struct ppp_stats
*cur
);
264 int stillonline(char *);
267 char *start_action
= NULL
;
268 char *stop_action
= NULL
;
269 char *speed_action
= NULL
;
270 char *ifdown_action
= NULL
;
271 char *stamp_file
= NULL
;
273 char *start_action_cmdline
= NULL
;
274 char *stop_action_cmdline
= NULL
;
275 char *speed_action_cmdline
= NULL
;
276 char *ifdown_action_cmdline
= NULL
;
277 char *stamp_file_cmdline
= NULL
;
279 /**********************/
280 /* Parse Command Line */
281 /**********************/
283 int parse_cmdline(int argc
, char *argv
[]) {
288 if (strlen(ProgName
) >= 5)
289 ProgName
+= (strlen(ProgName
) - 5);
291 for (i
=1; i
<argc
; i
++) {
297 if (strcmp(arg
+1, "display")) {
303 if (strcmp(arg
+1, "geometry")) {
309 if (!strcmp(arg
+1, "i"))
310 active_interface
= argv
[++i
];
311 else if (!strcmp(arg
+1, "ifdown"))
312 ifdown_action_cmdline
= argv
[++i
];
319 if (!strcmp(arg
+1, "speed"))
320 speed_action_cmdline
= argv
[++i
];
321 else if (!strcmp(arg
+1, "start"))
322 start_action_cmdline
= argv
[++i
];
323 else if (!strcmp(arg
+1, "stop"))
324 stop_action_cmdline
= argv
[++i
];
325 else if (!strcmp(arg
+1, "stampfile"))
326 stamp_file_cmdline
= argv
[++i
];
341 updaterate
= atoi(argv
[i
]);
342 if (updaterate
< 1 || updaterate
> 10) {
366 void reread(int signal
) {
370 rckeys wmppp_keys
[] = {
371 { "start", &start_action
},
372 { "stop", &stop_action
},
373 { "speed", &speed_action
},
374 { "ifdown", &ifdown_action
},
375 { "stampfile", &stamp_file
},
379 strcpy(temp
, "/etc/wmppprc");
380 parse_rcfile(temp
, wmppp_keys
);
385 "error: HOME environment variable not defined\n");
389 strcat(temp
, "/.wmppprc");
390 parse_rcfile(temp
, wmppp_keys
);
392 strcpy(temp
, "/etc/wmppprc.fixed");
393 parse_rcfile(temp
, wmppp_keys
);
395 /* command line options take precedence */
396 if (start_action_cmdline
)
397 strcpy(start_action
, start_action_cmdline
);
398 if (stop_action_cmdline
)
399 strcpy(stop_action
, stop_action_cmdline
);
400 if (speed_action_cmdline
)
401 strcpy(speed_action
, speed_action_cmdline
);
402 if (ifdown_action_cmdline
)
403 strcpy(ifdown_action
, ifdown_action_cmdline
);
404 if (stamp_file_cmdline
)
405 strcpy(stamp_file
, stamp_file_cmdline
);
413 int main(int argc
, char **argv
) {
425 long ppp_send
,ppp_sl
=-1;
426 long ppp_recv
,ppp_rl
=-1;
427 long ppp_sbytes
,ppp_rbytes
;
428 long ppp_osbytes
,ppp_orbytes
;
432 pid_t stop_child
= 0;
433 pid_t start_child
= 0;
442 /* Initialize some stuff */
444 get_statistics(&ppp_rl
, &ppp_sl
, &ppp_orbytes
, &ppp_osbytes
);
446 /* Scan through ~/.wmifsrc for the mouse button actions. */
448 start_action
= strdup(START_ACTION
);
451 stop_action
= strdup(STOP_ACTION
);
454 speed_action
= strdup(SPEED_ACTION
);
457 ifdown_action
= strdup(IFDOWN_ACTION
);
459 #ifdef STAMP_FILE_PRE
460 sprintf (temp
, "%s%s", STAMP_FILE_PRE
, active_interface
);
461 stamp_file
= strdup (temp
);
465 parse_cmdline(argc
, argv
);
466 signal(SIGHUP
, reread
);
468 /* Open the display */
470 createXBMfromXPM(wmppp_mask_bits
, wmppp_master_xpm
, wmppp_mask_width
, wmppp_mask_height
);
472 openXwindow(argc
, argv
, wmppp_master_xpm
, wmppp_mask_bits
, wmppp_mask_width
, wmppp_mask_height
);
475 AddMouseRegion(0, 35, 48, 46, 58);
477 AddMouseRegion(1, 47, 48, 58, 58);
480 currenttime
= time(0);
484 copyXPMArea(28, 95, 25, 11, 5, 48);
486 /* wmppp main loop */
492 lasttime
= currenttime
;
493 currenttime
= time(0);
494 /* Check if any child has left the playground */
495 i
= waitpid(0, &status
, WNOHANG
);
496 if (i
== stop_child
&& stop_child
!= 0) {
499 SetOffLED(LED_PPP_POWER
);
500 SetOffLED(LED_PPP_RX
);
501 SetOffLED(LED_PPP_TX
);
502 copyXPMArea(28, 95, 25, 11, 5, 48);
508 if (i
== start_child
&& start_child
!= 0) {
509 if (WIFEXITED(status
)) {
510 if (WEXITSTATUS(status
) == 10) {
513 copyXPMArea(28, 95, 25, 11, 5, 48);
514 SetOffLED(LED_PPP_POWER
);
522 /* On-line detectie! 1x per second */
524 if (currenttime
!= lasttime
) {
527 if (stillonline(active_interface
)) {
530 starttime
= currenttime
;
532 if (stat(stamp_file
, &st
) == 0)
533 starttime
= st
.st_mtime
;
535 SetOnLED(LED_PPP_POWER
);
538 copyXPMArea(28, 95, 25, 11, 5, 48);
541 DrawSpeedInd(speed_action
);
543 speed_ind
= currenttime
+ 60;
548 if (!i
&& starttime
) {
550 SetErrLED(LED_PPP_POWER
);
552 copyXPMArea(0, 95, 26, 11, 5, 48);
555 execCommand(ifdown_action
);
561 if (waittime
&& waittime
<= currenttime
) {
562 SetOffLED(LED_PPP_POWER
);
567 /* If we are on-line. Print the time we are */
569 i
= currenttime
- starttime
;
573 if (TimerDivisor
== 1)
574 if (i
> 59 * 60 + 59) i
/= 60;
577 hour
= (i
/ 60) % 100;
578 i
= hour
* 100 + minute
;
580 DrawTime(i
, currenttime
% 2);
581 /* We are online, so we can check for send/recv packets */
583 get_statistics(&ppp_recv
, &ppp_send
, &ppp_rbytes
, &ppp_sbytes
);
585 if (ppp_send
!= ppp_sl
) SetOnLED(LED_PPP_TX
);
586 else SetOffLED(LED_PPP_TX
);
588 if (ppp_recv
!= ppp_rl
) SetOnLED(LED_PPP_RX
);
589 else SetOffLED(LED_PPP_RX
);
594 /* Every five seconds we check to load on the line */
596 if ((currenttime
- ppptime
>= 0) || (ppptime
== 0)) {
598 ppptime
= currenttime
+ updaterate
;
600 ppp_history
[PPP_STATS_HIS
][0] = ppp_rbytes
- ppp_orbytes
;
601 ppp_history
[PPP_STATS_HIS
][1] = ppp_sbytes
- ppp_osbytes
;
603 ppp_orbytes
= ppp_rbytes
;
604 ppp_osbytes
= ppp_sbytes
;
606 DrawStats(&ppp_history
[0][0], 54, 25, 5, 43);
608 for (j
=1; j
<55; j
++) {
609 ppp_history
[j
-1][0] = ppp_history
[j
][0];
610 ppp_history
[j
-1][1] = ppp_history
[j
][1];
612 if (currenttime
> speed_ind
) {
613 DrawLoadInd((ppp_history
[54][0] + ppp_history
[54][1]) / updaterate
);
621 while (XPending(display
)) {
622 XNextEvent(display
, &Event
);
623 switch (Event
.type
) {
628 XCloseDisplay(display
);
629 while (start_child
| stop_child
) {
630 i
= waitpid(0, &status
, WNOHANG
);
631 if (i
== stop_child
) stop_child
= 0;
632 if (i
== start_child
) start_child
= 0;
634 ts
.tv_nsec
= 50000000L;
635 nanosleep(&ts
, NULL
);
640 i
= CheckMouseRegion(Event
.xbutton
.x
, Event
.xbutton
.y
);
654 i
= CheckMouseRegion(Event
.xbutton
.x
, Event
.xbutton
.y
);
655 /* Button but_stat omhoogdoen! */
665 if (i
== but_stat
&& but_stat
>= 0) {
669 /* Reread the rcfiles. */
671 copyXPMArea(28, 95, 25, 11, 5, 48);
674 start_child
= execCommand(start_action
);
675 SetWaitLED(LED_PPP_POWER
);
676 waittime
= ORANGE_LED_TIMEOUT
+ currenttime
;
681 if (stop_child
== 0) {
683 stop_child
= execCommand(stop_action
);
697 ts
.tv_nsec
= 50000000L;
698 nanosleep(&ts
, NULL
);
703 /*******************************************************************************\
705 \*******************************************************************************/
707 int get_statistics(long *ip
, long *op
, long *is
, long *os
) {
709 struct ppp_stats ppp_cur
;
710 static int ppp_opened
= 0;
714 /* Open the ppp device. */
715 memset(&ppp_cur
, 0, sizeof(ppp_cur
));
716 if ((ppp_h
= socket(AF_INET
, SOCK_DGRAM
, 0)) < 0)
721 get_ppp_stats(&ppp_cur
);
723 *op
= ppp_cur
.p
.ppp_opackets
;
724 *ip
= ppp_cur
.p
.ppp_ipackets
;
726 *is
= ppp_cur
.p
.ppp_ibytes
;
727 *os
= ppp_cur
.p
.ppp_obytes
;
732 /*******************************************************************************\
734 \*******************************************************************************/
736 int stillonline(char *ifs
) {
742 fp
= fopen("/proc/net/route", "r");
745 while (fgets(temp
, 128, fp
)) {
746 if (strstr(temp
, ifs
)) {
747 i
= 1; /* Line is alive */
755 /*******************************************************************************\
757 \*******************************************************************************/
759 void DrawTime(int i
, int j
) {
763 copyXPMArea(TIMER_SZE_X
*((i
/ k
)%10)+1, TIMER_SRC_Y
, 5, 7, 6+6*0, TIMER_DES_Y
);
765 copyXPMArea(TIMER_SZE_X
*((i
/ k
)%10)+1, TIMER_SRC_Y
, 5, 7, 6+6*1, TIMER_DES_Y
);
769 copyXPMArea(62, TIMER_SRC_Y
, 1, 7, 6+6*2+1, TIMER_DES_Y
);
771 copyXPMArea(63, TIMER_SRC_Y
, 1, 7, 6+6*2+1, TIMER_DES_Y
);
773 copyXPMArea(TIMER_SZE_X
*((i
/ k
)%10)+1, TIMER_SRC_Y
, 5, 7, 6+6*2 + 4, TIMER_DES_Y
);
775 copyXPMArea(TIMER_SZE_X
*((i
/ k
)%10)+1, TIMER_SRC_Y
, 5, 7, 6+6*3 + 4, TIMER_DES_Y
);
778 /*******************************************************************************\
780 \*******************************************************************************/
782 void DrawStats(int *his
, int num
, int size
, int x_left
, int y_bottom
) {
788 pixels_per_byte
= 1*size
;
790 for (j
=0; j
<num
; j
++) {
791 if (p
[0] + p
[1] > pixels_per_byte
)
792 pixels_per_byte
= p
[0] + p
[1];
796 pixels_per_byte
/= size
;
799 for (k
=0; k
<num
; k
++) {
802 for (j
=0; j
<size
; j
++) {
804 if (j
< p
[0] / pixels_per_byte
)
805 copyXPMArea(57+2, 85, 1, 1, k
+x_left
, y_bottom
-j
);
806 else if (j
< (p
[0] + p
[1]) / pixels_per_byte
)
807 copyXPMArea(57+1, 85, 1, 1, k
+x_left
, y_bottom
-j
);
809 copyXPMArea(57+0, 85, 1, 1, k
+x_left
, y_bottom
-j
);
815 /*******************************************************************************\
817 \*******************************************************************************/
819 void PrintLittle(int i
, int *k
) {
824 /* Print the "k" letter */
825 copyXPMArea(11*5-5, 86, 4, 9, *k
, 48);
829 copyXPMArea(13*5-5, 86, 4, 9, *k
, 48);
833 copyXPMArea(45, 86, 5, 9, *k
, 48);
837 copyXPMArea(i
*5-5, 86, 5, 9, *k
, 48);
842 void DrawSpeedInd(char *speed_action
) {
847 fp
= popen(speed_action
, "r");
856 while (fgets(temp
, 128, fp
))
861 if ((p
=strstr(temp
, "CONNECT"))) {
862 linespeed
= atoi(p
+ 8);
867 i
= (linespeed
% 1000) / 100;
872 copyXPMArea(50, 86, 5, 9, k
, 48);
875 PrintLittle(linespeed
% 10, &k
);
881 /*******************************************************************************\
883 \*******************************************************************************/
885 void DrawLoadInd(int speed
) {
890 for (i
=0; i
<5; i
++) PrintLittle(-1, &k
);
894 /* If speed is greater than 99999, display it in K */
898 PrintLittle(-2, &k
) ;
902 PrintLittle(speed
% 10, &k
);
907 /*******************************************************************************\
909 \*******************************************************************************/
913 fprintf(stderr
, "\nwmppp - programming: tijno, design & ideas: warp\n\n");
914 fprintf(stderr
, "usage:\n");
915 fprintf(stderr
, "-display <display name>\n");
916 fprintf(stderr
, "-geometry +XPOS+YPOS initial window position\n");
917 fprintf(stderr
, "-h this help screen\n");
918 fprintf(stderr
, "-i <device> (ppp0, ppp1, etc) EXPERIMENTAL! Please send\n");
919 fprintf(stderr
, " bugreports!\n");
920 fprintf(stderr
, "-t set the on-line timer to MM:SS instead of HH:MM\n");
921 fprintf(stderr
, "-u <update rate> (1..10), default 5 seconds\n");
922 fprintf(stderr
, "-speed <cmd> command to report connection speed\n");
923 fprintf(stderr
, "-start <cmd> command to connect\n");
924 fprintf(stderr
, "-stop <cmd> command to disconnect\n");
925 fprintf(stderr
, "-ifdown <cmd> command to redial\n");
926 fprintf(stderr
, "-stampfile <path> file used to calculate uptime\n");
927 fprintf(stderr
, "-v print the version number\n");
928 fprintf(stderr
, "\n");
931 /*******************************************************************************\
933 \*******************************************************************************/
935 void printversion(void) {
937 fprintf(stderr
, "%s\n", WMPPP_VERSION
);
940 /*******************************************************************************\
942 \*******************************************************************************/
944 void get_ppp_stats(struct ppp_stats
*cur
) {
946 struct ifpppstatsreq req
;
948 memset(&req
, 0, sizeof(req
));
950 req
.stats_ptr
= (void*) &req
.stats
;
952 strcpy(req
.ifr__name
, active_interface
);
954 if (ioctl(ppp_h
, SIOCGPPPSTATS
, &req
) >= 0)
958 #define LED_ON_X (50)
959 #define LED_ON_Y (80)
960 #define LED_OFF_Y (75)
961 #define LED_OFF_X (50)
963 #define LED_ERR_X (56)
964 #define LED_ERR_Y (75)
965 #define LED_WTE_X (56)
966 #define LED_WTE_Y (80)
967 #define LED_SZE_X (4)
968 #define LED_SZE_Y (4)
970 #define LED_PWR_X (53)
971 #define LED_PWR_Y (7)
972 #define LED_SND_X (47)
973 #define LED_SND_Y (7)
974 #define LED_RCV_X (41)
975 #define LED_RCV_Y (7)
977 #define LED_SW_X (38)
978 #define LED_SW_Y (14)
980 /*******************************************************************************\
982 \*******************************************************************************/
983 void SetOnLED(int led
) {
987 copyXPMArea(LED_ON_X
, LED_ON_Y
, LED_SZE_X
, LED_SZE_Y
, LED_PWR_X
, LED_PWR_Y
);
990 copyXPMArea(LED_ON_X
, LED_ON_Y
, LED_SZE_X
, LED_SZE_Y
, LED_RCV_X
, LED_RCV_Y
);
993 copyXPMArea(LED_ON_X
, LED_ON_Y
, LED_SZE_X
, LED_SZE_Y
, LED_SND_X
, LED_SND_Y
);
998 /*******************************************************************************\
1000 \*******************************************************************************/
1001 void SetOffLED(int led
) {
1005 copyXPMArea(LED_OFF_X
, LED_OFF_Y
, LED_SZE_X
, LED_SZE_Y
, LED_PWR_X
, LED_PWR_Y
);
1008 copyXPMArea(LED_OFF_X
, LED_OFF_Y
, LED_SZE_X
, LED_SZE_Y
, LED_RCV_X
, LED_RCV_Y
);
1011 copyXPMArea(LED_OFF_X
, LED_OFF_Y
, LED_SZE_X
, LED_SZE_Y
, LED_SND_X
, LED_SND_Y
);
1017 /*******************************************************************************\
1019 \*******************************************************************************/
1020 void SetErrLED(int led
) {
1024 copyXPMArea(LED_ERR_X
, LED_ERR_Y
, LED_SZE_X
, LED_SZE_Y
, LED_PWR_X
, LED_PWR_Y
);
1029 /*******************************************************************************\
1031 \*******************************************************************************/
1032 void SetWaitLED(int led
) {
1036 copyXPMArea(LED_WTE_X
, LED_WTE_Y
, LED_SZE_X
, LED_SZE_Y
, LED_PWR_X
, LED_PWR_Y
);
1041 /*******************************************************************************\
1043 \*******************************************************************************/
1044 void ButtonUp(int button
) {
1048 copyXPMArea(24, 74, 12, 11, 35, 48);
1051 copyXPMArea(36, 74, 12, 11, 47, 48);
1056 /*******************************************************************************\
1058 \*******************************************************************************/
1059 void ButtonDown(int button
) {
1063 copyXPMArea(0, 74, 12, 11, 35, 48);
1066 copyXPMArea(12, 74, 12, 11, 47, 48);