XRootD
XrdCpConfig.cc File Reference
#include <fcntl.h>
#include <getopt.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <sys/stat.h>
#include <sys/types.h>
#include "XrdVersion.hh"
#include "XrdApps/XrdCpConfig.hh"
#include "XrdApps/XrdCpFile.hh"
#include "XrdCks/XrdCksCalc.hh"
#include "XrdCks/XrdCksManager.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdSys/XrdSysE2T.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysLogger.hh"
#include "../../LICENSE"
+ Include dependency graph for XrdCpConfig.cc:

Go to the source code of this file.

Classes

class  XrdCpConfig
 

Namespaces

 XrdCpConfiguration
 

Macros

#define EMSG(x)   std::cerr <<PName <<": " <<x <<std::endl
 
#define FMSG(x, y)   {EMSG(x);exit(y);}
 
#define OPT_TYPE
 
#define UMSG(x)   {EMSG(x);Usage(22);}
 
#define ZMSG(x)   {EMSG(x);return 0;}
 

Variables

static XrdSysLogger XrdCpConfiguration::Logger
 

Macro Definition Documentation

◆ EMSG

#define EMSG (   x)    std::cerr <<PName <<": " <<x <<std::endl

Definition at line 55 of file XrdCpConfig.cc.

◆ FMSG

#define FMSG (   x,
 
)    {EMSG(x);exit(y);}

Definition at line 57 of file XrdCpConfig.cc.

◆ OPT_TYPE

#define OPT_TYPE

Definition at line 68 of file XrdCpConfig.cc.

◆ UMSG

#define UMSG (   x)    {EMSG(x);Usage(22);}

Definition at line 59 of file XrdCpConfig.cc.

◆ ZMSG

#define ZMSG (   x)    {EMSG(x);return 0;}

Definition at line 61 of file XrdCpConfig.cc.