HiRISE
 Observation

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

Functions

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

Variables

const char * ID
 Application identification name with source code version and date. More...
 
const char *const FILE_RECORDS_PARAMETER = "UNCOMPRESSED_FILE/FILE_RECORDS"
 Names of parameters that will have their values updated. More...
 
const char *const LABEL_RECORDS_PARAMETER = "LABEL_RECORDS"
 Names of other parameters to be accessed. More...
 
const char *const *const IMAGE_LINES_PARAMETER = "IMAGE/LINES"
 
const char *const *const *const IMAGE_BANDS_PARAMETER = "IMAGE/BANDS"
 

Function Documentation

◆ usage()

void usage ( const char *const  program)

Must be defined by the application.

References BACKUP_FILENAME_SUFFIX, and BAD_SYNTAX.

◆ main()

int main ( int  count,
char **  arguments 
)

Variable Documentation

◆ ID

const char* ID
Initial value:
=
"patch_FILE_RECORDS"
"(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().

◆ FILE_RECORDS_PARAMETER

const char* const FILE_RECORDS_PARAMETER = "UNCOMPRESSED_FILE/FILE_RECORDS"

Names of parameters that will have their values updated.

Referenced by main().

◆ LABEL_RECORDS_PARAMETER

const char* const LABEL_RECORDS_PARAMETER = "LABEL_RECORDS"

Names of other parameters to be accessed.

◆ IMAGE_LINES_PARAMETER

const char* const * const IMAGE_LINES_PARAMETER = "IMAGE/LINES"

Referenced by main().

◆ IMAGE_BANDS_PARAMETER

const char* const * const * const IMAGE_BANDS_PARAMETER = "IMAGE/BANDS"

Referenced by main().