📄 geo-attr.hh
字号:
//// geo-attr.hh : GEAR Filter Attribute Definitions// authors : Yan Yu and Fabio Silva//// Copyright (C) 2000-2002 by the University of Southern California// Copyright (C) 2000-2002 by the University of California// $Id: geo-attr.hh,v 1.3 2002/05/28 00:47:34 fabio Exp $//// This program is free software; you can redistribute it and/or// modify it under the terms of the GNU General Public License,// version 2, as published by the Free Software Foundation.//// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the// GNU General Public License for more details.//// You should have received a copy of the GNU General Public License along// with this program; if not, write to the Free Software Foundation, Inc.,// 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.////#ifndef _GEO_ATTR_HH_#define _GEO_ATTR_HH_#ifdef HAVE_CONFIG_H#include "config.h"#endif // HAVE_CONFIG_H#include "diffapp.hh"// GEAR Attribute's keys#define GEO_LONGITUDE_KEY 6000#define GEO_LATITUDE_KEY 6001#define GEO_REMAINING_ENERGY_KEY 6002#define GEO_BEACON_TYPE_KEY 6003#define GEO_INTEREST_MODE_KEY 6004#define GEO_INTEREST_HOPS_KEY 6005#define GEO_HEADER_KEY 6006#define GEO_H_VALUE_KEY 6007extern NRSimpleAttributeFactory<double> GeoLongitudeAttr;extern NRSimpleAttributeFactory<double> GeoLatitudeAttr;extern NRSimpleAttributeFactory<double> GeoRemainingEnergyAttr;extern NRSimpleAttributeFactory<int> GeoBeaconTypeAttr;extern NRSimpleAttributeFactory<void *> GeoHeuristicValueAttr;extern NRSimpleAttributeFactory<int> GeoInterestModeAttr;extern NRSimpleAttributeFactory<void *> GeoHeaderAttr;#endif // !_GEO_ATTR_HH_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -