NCBI C++ ToolKit
|
#include <ncbiconf.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | PANFS_TRACES_PATH(num) "//panfs/traces" num |
#define | NETAPP_TRACES_PATH(num) "//traces" num |
#define | NCBI_TRACES01_PATH PANFS_TRACES_PATH("01") |
#define | NCBI_TRACES02_PATH PANFS_TRACES_PATH("02") |
#define | NCBI_TRACES03_PATH PANFS_TRACES_PATH("03") |
#define | NCBI_TRACES04_PATH NETAPP_TRACES_PATH("04") |
#define | NCBI_SRA_REP_PATH NCBI_TRACES04_PATH ":" NCBI_TRACES01_PATH |
#define | NCBI_SRA_VOL_PATH |
#define | NCBI_SRZ_REP_PATH NCBI_TRACES04_PATH ":" NCBI_TRACES01_PATH |
#define | NCBI_SRZ_VOL_PATH "sra8:srz0" |
#define NCBI_SRA_REP_PATH NCBI_TRACES04_PATH ":" NCBI_TRACES01_PATH |
Definition at line 56 of file ncbi_traces_path.hpp.
#define NCBI_SRA_VOL_PATH |
Definition at line 57 of file ncbi_traces_path.hpp.
#define NCBI_SRZ_REP_PATH NCBI_TRACES04_PATH ":" NCBI_TRACES01_PATH |
Definition at line 64 of file ncbi_traces_path.hpp.
#define NCBI_SRZ_VOL_PATH "sra8:srz0" |
Definition at line 65 of file ncbi_traces_path.hpp.
#define NCBI_TRACES01_PATH PANFS_TRACES_PATH("01") |
Definition at line 51 of file ncbi_traces_path.hpp.
#define NCBI_TRACES02_PATH PANFS_TRACES_PATH("02") |
Definition at line 52 of file ncbi_traces_path.hpp.
#define NCBI_TRACES03_PATH PANFS_TRACES_PATH("03") |
Definition at line 53 of file ncbi_traces_path.hpp.
#define NCBI_TRACES04_PATH NETAPP_TRACES_PATH("04") |
Definition at line 54 of file ncbi_traces_path.hpp.
#define NETAPP_TRACES_PATH | ( | num | ) | "//traces" num |
Definition at line 42 of file ncbi_traces_path.hpp.
#define PANFS_TRACES_PATH | ( | num | ) | "//panfs/traces" num |
Definition at line 41 of file ncbi_traces_path.hpp.