filter_enum.h (r4203/r3383)

Go to the documentation of this file.
00001 /*
00002  * $Id: filter_enum.h 3383 2006-09-11 09:23:42Z riedel $
00003  *
00004  * Copyright (c) 2004
00005  * Telecooperation Office (TecO), Universitaet Karlsruhe (TH), Germany.
00006  * All rights reserved.
00007  *
00008  * Redistribution and use in source and binary forms, with or without
00009  * modification, are permitted provided that the following conditions
00010  * are met:
00011  * 1. Redistributions of source code must retain the above copyright
00012  *    notice, this list of conditions and the following disclaimer.
00013  * 2. Redistributions in binary form must reproduce the above
00014  *    copyright notice, this list of conditions and the following
00015  *    disclaimer in the documentation and/or other materials provided
00016  *    with the distribution.
00017  * 3. Neither the name of the Universitaet Karlsruhe (TH) nor the names
00018  *    of its contributors may be used to endorse or promote products
00019  *    derived from this software without specific prior written
00020  *    permission.
00021  *
00022  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
00023  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
00024  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
00025  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
00026  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
00027  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
00028  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
00029  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
00030  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
00031  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
00032  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00033  *
00034  * Author(s):  Thomas Morper <morper@teco.edu>
00035  */
00036 
00047 #ifndef _FILTER_ENUM_
00048 #define _FILTER_ENUM_
00049 
00050 enum P_FILTER 
00051 {
00053   FILTER_TYPE_LOCATION=0x001,
00055   FILTER_TYPE_ID=0x002,
00057   FILTER_TYPE_ACL=0x004,
00059   FILTER_TYPE_ACL_POSITION=0x008,
00061   FILTER_TYPE_FILTER=0x010,
00063   FILTER_TYPE_MASK=0x0ff,
00065   FILTER_CONCAT_AND=0x0100,
00067   FILTER_CONCAT_OR=0x0200,
00069   FILTER_CONCAT_MASK=0x0300,
00071   FILTER_MODE_WILDCARD=0x400,
00073   FILTER_MODE_NOT=0x800000
00074 };
00075 
00076 #endif
00077 

Generated on Tue Apr 10 15:22:25 2007 for libparticle by  doxygen 1.5.1