HiRISE
 Observation

Macros | Functions | Variables
patch_DATA_SET_NAME.cc File Reference
#include "Label_Patcher.hh"
#include "PVL.hh"
#include <string>
#include <iostream>
#include <iomanip>
#include <cstdlib>
Include dependency graph for patch_DATA_SET_NAME.cc:

Macros

#define DATA_SET_VERSION   "1.0"
 

Functions

void usage (const char *const program)
 Must be defined by the application. More...
 
int main (int count, char **arguments)
 

Variables

const char *const ID
 Application identification name with source code version and date. More...
 
const char *const DATA_SET_NAME_PARAMETER = "DATA_SET_NAME"
 Names of parameters that will have their values updated. More...
 
const char *const *const DATA_SET_NAME_VALUE = "MRO MARS HIGH RESOLUTION IMAGING SCIENCE EXPERIMENT RDR"
 
const char *const DEFAULT_DATA_SET_VERSION = DATA_SET_VERSION
 

Macro Definition Documentation

◆ DATA_SET_VERSION

#define DATA_SET_VERSION   "1.0"

Function Documentation

◆ usage()

void usage ( const char *const  program)

Must be defined by the application.

◆ main()

int main ( int  count,
char **  arguments 
)

Variable Documentation

◆ ID

const char* const ID
Initial value:
=
"patch_DATA_SET_NAME"
"(2.2 2020/02/14 01:17:17)"
#define _VERSION_
Definition: HiRISE_Observation.cc:526

Application identification name with source code version and date.

Referenced by main().

◆ DATA_SET_NAME_PARAMETER

const char* const DATA_SET_NAME_PARAMETER = "DATA_SET_NAME"

Names of parameters that will have their values updated.

Referenced by main().

◆ DATA_SET_NAME_VALUE

const char* const * const DATA_SET_NAME_VALUE = "MRO MARS HIGH RESOLUTION IMAGING SCIENCE EXPERIMENT RDR"

Referenced by main().

◆ DEFAULT_DATA_SET_VERSION

const char* const DEFAULT_DATA_SET_VERSION = DATA_SET_VERSION

Referenced by main().