Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Cedar_phy/restructure-chris/headers/io/set_ntpst_output_bntp.h

Go to the documentation of this file.
00001 #ifndef _SET_NTPST_OUTPUT_BNTP
00002 #define _SET_NTPST_OUTPUT_BNTP
00003 
00004 void set_ntpst_output_bntp(JobCModule& jcm, TString file, bool with)
00005 {
00006   jcm.Cmd("DefineStream NtpSt NtpStRecord");
00007 
00008   if(with){
00009     jcm.Cmd("DefineStream NtpBDLite NtpBDLiteRecord");
00010     jcm.Set("Streams=NtpBDLite,NtpSt");
00011   }
00012   else{
00013     jcm.Set("Streams=NtpSt");
00014   }
00015 
00016   jcm.Set("FileName="+file);
00017 }
00018 
00019 #endif

Generated on Mon Feb 15 11:07:34 2010 for loon by  doxygen 1.3.9.1