Give water to plants if dry amd pla meanwhile music the music vou can define with note length bind and breake also select several instruments for the sound

Dependencies:   mbed

Committer:
helmut
Date:
Wed Sep 19 14:16:56 2012 +0000
Revision:
0:5150b09127e3
plays mostly music that you can do with notes length breakes and bind; Some already defined; Tool is to start a pump for water to give plant is too dry.; Meanwhie plays music the most part of all

Who changed what in which revision?

UserRevisionLine numberNew contents of line
helmut 0:5150b09127e3 1 /*****************************************************************************
helmut 0:5150b09127e3 2 * ipcp.h - PPP IP NCP: Internet Protocol Network Control Protocol header file.
helmut 0:5150b09127e3 3 *
helmut 0:5150b09127e3 4 * Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc.
helmut 0:5150b09127e3 5 * portions Copyright (c) 1997 Global Election Systems Inc.
helmut 0:5150b09127e3 6 *
helmut 0:5150b09127e3 7 * The authors hereby grant permission to use, copy, modify, distribute,
helmut 0:5150b09127e3 8 * and license this software and its documentation for any purpose, provided
helmut 0:5150b09127e3 9 * that existing copyright notices are retained in all copies and that this
helmut 0:5150b09127e3 10 * notice and the following disclaimer are included verbatim in any
helmut 0:5150b09127e3 11 * distributions. No written agreement, license, or royalty fee is required
helmut 0:5150b09127e3 12 * for any of the authorized uses.
helmut 0:5150b09127e3 13 *
helmut 0:5150b09127e3 14 * THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS *AS IS* AND ANY EXPRESS OR
helmut 0:5150b09127e3 15 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
helmut 0:5150b09127e3 16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
helmut 0:5150b09127e3 17 * IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
helmut 0:5150b09127e3 18 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
helmut 0:5150b09127e3 19 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
helmut 0:5150b09127e3 20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
helmut 0:5150b09127e3 21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
helmut 0:5150b09127e3 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
helmut 0:5150b09127e3 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
helmut 0:5150b09127e3 24 *
helmut 0:5150b09127e3 25 ******************************************************************************
helmut 0:5150b09127e3 26 * REVISION HISTORY
helmut 0:5150b09127e3 27 *
helmut 0:5150b09127e3 28 * 03-01-01 Marc Boucher <marc@mbsi.ca>
helmut 0:5150b09127e3 29 * Ported to lwIP.
helmut 0:5150b09127e3 30 * 97-12-04 Guy Lancaster <glanca@gesn.com>, Global Election Systems Inc.
helmut 0:5150b09127e3 31 * Original derived from BSD codes.
helmut 0:5150b09127e3 32 *****************************************************************************/
helmut 0:5150b09127e3 33 /*
helmut 0:5150b09127e3 34 * ipcp.h - IP Control Protocol definitions.
helmut 0:5150b09127e3 35 *
helmut 0:5150b09127e3 36 * Copyright (c) 1989 Carnegie Mellon University.
helmut 0:5150b09127e3 37 * All rights reserved.
helmut 0:5150b09127e3 38 *
helmut 0:5150b09127e3 39 * Redistribution and use in source and binary forms are permitted
helmut 0:5150b09127e3 40 * provided that the above copyright notice and this paragraph are
helmut 0:5150b09127e3 41 * duplicated in all such forms and that any documentation,
helmut 0:5150b09127e3 42 * advertising materials, and other materials related to such
helmut 0:5150b09127e3 43 * distribution and use acknowledge that the software was developed
helmut 0:5150b09127e3 44 * by Carnegie Mellon University. The name of the
helmut 0:5150b09127e3 45 * University may not be used to endorse or promote products derived
helmut 0:5150b09127e3 46 * from this software without specific prior written permission.
helmut 0:5150b09127e3 47 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
helmut 0:5150b09127e3 48 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
helmut 0:5150b09127e3 49 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
helmut 0:5150b09127e3 50 *
helmut 0:5150b09127e3 51 * $Id: ipcp.h,v 1.4 2010/01/18 20:49:43 goldsimon Exp $
helmut 0:5150b09127e3 52 */
helmut 0:5150b09127e3 53
helmut 0:5150b09127e3 54 #ifndef IPCP_H
helmut 0:5150b09127e3 55 #define IPCP_H
helmut 0:5150b09127e3 56
helmut 0:5150b09127e3 57 /*
helmut 0:5150b09127e3 58 * Options.
helmut 0:5150b09127e3 59 */
helmut 0:5150b09127e3 60 #define CI_ADDRS 1 /* IP Addresses */
helmut 0:5150b09127e3 61 #define CI_COMPRESSTYPE 2 /* Compression Type */
helmut 0:5150b09127e3 62 #define CI_ADDR 3
helmut 0:5150b09127e3 63
helmut 0:5150b09127e3 64 #define CI_MS_DNS1 129 /* Primary DNS value */
helmut 0:5150b09127e3 65 #define CI_MS_WINS1 128 /* Primary WINS value */
helmut 0:5150b09127e3 66 #define CI_MS_DNS2 131 /* Secondary DNS value */
helmut 0:5150b09127e3 67 #define CI_MS_WINS2 130 /* Secondary WINS value */
helmut 0:5150b09127e3 68
helmut 0:5150b09127e3 69 #define IPCP_VJMODE_OLD 1 /* "old" mode (option # = 0x0037) */
helmut 0:5150b09127e3 70 #define IPCP_VJMODE_RFC1172 2 /* "old-rfc"mode (option # = 0x002d) */
helmut 0:5150b09127e3 71 #define IPCP_VJMODE_RFC1332 3 /* "new-rfc"mode (option # = 0x002d, */
helmut 0:5150b09127e3 72 /* maxslot and slot number compression) */
helmut 0:5150b09127e3 73
helmut 0:5150b09127e3 74 #define IPCP_VJ_COMP 0x002d /* current value for VJ compression option */
helmut 0:5150b09127e3 75 #define IPCP_VJ_COMP_OLD 0x0037 /* "old" (i.e, broken) value for VJ */
helmut 0:5150b09127e3 76 /* compression option */
helmut 0:5150b09127e3 77
helmut 0:5150b09127e3 78 typedef struct ipcp_options {
helmut 0:5150b09127e3 79 u_int neg_addr : 1; /* Negotiate IP Address? */
helmut 0:5150b09127e3 80 u_int old_addrs : 1; /* Use old (IP-Addresses) option? */
helmut 0:5150b09127e3 81 u_int req_addr : 1; /* Ask peer to send IP address? */
helmut 0:5150b09127e3 82 u_int default_route : 1; /* Assign default route through interface? */
helmut 0:5150b09127e3 83 u_int proxy_arp : 1; /* Make proxy ARP entry for peer? */
helmut 0:5150b09127e3 84 u_int neg_vj : 1; /* Van Jacobson Compression? */
helmut 0:5150b09127e3 85 u_int old_vj : 1; /* use old (short) form of VJ option? */
helmut 0:5150b09127e3 86 u_int accept_local : 1; /* accept peer's value for ouraddr */
helmut 0:5150b09127e3 87 u_int accept_remote : 1; /* accept peer's value for hisaddr */
helmut 0:5150b09127e3 88 u_int req_dns1 : 1; /* Ask peer to send primary DNS address? */
helmut 0:5150b09127e3 89 u_int req_dns2 : 1; /* Ask peer to send secondary DNS address? */
helmut 0:5150b09127e3 90 u_short vj_protocol; /* protocol value to use in VJ option */
helmut 0:5150b09127e3 91 u_char maxslotindex; /* VJ slots - 1. */
helmut 0:5150b09127e3 92 u_char cflag; /* VJ slot compression flag. */
helmut 0:5150b09127e3 93 u32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */
helmut 0:5150b09127e3 94 u32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */
helmut 0:5150b09127e3 95 u32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
helmut 0:5150b09127e3 96 } ipcp_options;
helmut 0:5150b09127e3 97
helmut 0:5150b09127e3 98 extern fsm ipcp_fsm[];
helmut 0:5150b09127e3 99 extern ipcp_options ipcp_wantoptions[];
helmut 0:5150b09127e3 100 extern ipcp_options ipcp_gotoptions[];
helmut 0:5150b09127e3 101 extern ipcp_options ipcp_allowoptions[];
helmut 0:5150b09127e3 102 extern ipcp_options ipcp_hisoptions[];
helmut 0:5150b09127e3 103
helmut 0:5150b09127e3 104 extern struct protent ipcp_protent;
helmut 0:5150b09127e3 105
helmut 0:5150b09127e3 106 #endif /* IPCP_H */