00001 // Copyright (c) 2006 Rice University 00002 // All Rights Reserved 00003 // This code is covered by the Rice-WARP license 00004 // See http://warp.rice.edu/license/ for details 00005 00017 #ifndef RADIO_CONTROLLER_5GHZ_H 00018 #define RADIO_CONTROLLER_5GHZ_H 00019 00020 /***************************** Include Files *******************************/ 00021 00022 #include "radio_prototypes.h" 00023 00024 /****************************** Functions **********************************/ 00025 00026 void WarpRadio_v1_5AmpEnable(unsigned int radios); 00027 00028 void WarpRadio_v1_5AmpDisable(unsigned int radios); 00029 00030 int WarpRadio_v1_SetCenterFreq5GHz(char freqset, unsigned int radios); 00031 00032 00033 #endif
| Updated on Tue Sep 2 12:01:00 2008 | |