// $Id$ // // Created June 22, 2005 David Lawrence #include #include using namespace std; #include #include #include #include "hddm_s.h" void ParseCommandLineArguments(int narg, char* argv[]); void Usage(void); void ctrlCHandle(int x); char *INFILENAME = NULL; char *UDL = "cMsg:cMsg//localhost:3456"; int QUIT = 0; //----------- // main //----------- int main(int narg,char* argv[]) { // Set up to catch SIGINTs for graceful exits signal(SIGINT,ctrlCHandle); ParseCommandLineArguments(narg, argv); cout<<" input file: "<