HiRISE
 Observation

Classes | Namespaces | Defines | Functions

Label_Patcher.hh File Reference

#include "PVL.hh"
#include <iosfwd>
#include <string>
Include dependency graph for Label_Patcher.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Label_Patcher
struct  Label_Patcher::Database_Configuration

Namespaces

namespace  UA
 

University of Arizona.


namespace  UA::HiRISE
 

High Resolution Imaging Science Experiment.


Defines

#define _VERSION_   " "
#define DEFAULT_CONFIGURATION_FILENAME   "Database.conf"
#define DEFAULT_DATABASE_HOST   ""
#define DEFAULT_DATABASE_CATALOG   "HiRISE"
#define DEFAULT_DATABASE_TABLE   "EDR_Products"
#define BACKUP_FILENAME_SUFFIX   "-backup"
 Suffix appended to input pathname to create backup pathname.

Functions

void usage (const char *const program)
 Must be defined by the application.

Define Documentation

#define _VERSION_   " "
#define DEFAULT_CONFIGURATION_FILENAME   "Database.conf"
#define DEFAULT_DATABASE_HOST   ""
#define DEFAULT_DATABASE_CATALOG   "HiRISE"
#define DEFAULT_DATABASE_TABLE   "EDR_Products"
#define BACKUP_FILENAME_SUFFIX   "-backup"

Suffix appended to input pathname to create backup pathname.

Referenced by Label_Patcher::apply_patch(), and usage().


Function Documentation

void usage ( const char *const   program )