00001 /*************************************************************************** 00002 * $Id: swaps.hh,v 1.3 2007/12/24 06:04:17 fine Exp $ 00003 * Author: M.W. Schulz 00004 *************************************************************************** 00005 * Description: swap method function prototypes for use on DAQ banks 00006 * 00007 *************************************************************************** 00008 * $Log: swaps.hh,v $ 00009 * Revision 1.3 2007/12/24 06:04:17 fine 00010 * introduce OLDEVP namespace to allow ole and new EVP library concurrently 00011 * 00012 * Revision 1.2 1999/07/02 04:37:42 levine 00013 * Many changes - see change logs in individual programs 00014 * 00015 * 00016 **************************************************************************/ 00017 #ifndef SWAPS_HH 00018 #define SWAPS_HH 00019 00020 namespace OLDEVP { 00021 int swap_raw(int data_byte_ordering,int* data, int size); 00022 int swap_short(int data_byte_ordering,int* data, int size); 00023 } 00024 00025 #endif
1.5.9