![]() |
Observation
|
#include "Label_Patcher.hh"
#include "PVL.hh"
#include <string>
#include <iostream>
#include <iomanip>
#include <stdexcept>
#include <cstring>
#include <cstdlib>
Functions | |
void | usage (const char *const program) |
Must be defined by the application. | |
int | main (int count, char **arguments) |
Variables | |
const char *const | ID = "(2.3 2020/02/14 01:17:17)" |
Application identification name with source code version and date. | |
const char * | DESCRIPTION_PARAMETER = "RATIONALE_DESC" |
Names of parameters that will have their values updated. |
void usage | ( | const char *const | program ) |
Must be defined by the application.
References BACKUP_FILENAME_SUFFIX, BAD_SYNTAX, DEFAULT_CONFIGURATION_FILENAME, DEFAULT_DATABASE_CATALOG, and DEFAULT_DATABASE_TABLE.
int main | ( | int | count, |
char ** | arguments | ||
) |
References Label_Patcher::apply_patch(), Label_Patcher::connect_to_database(), Label_Patcher::database_configuration_report(), Label_Patcher::database_connection_report(), DATABASE_ERROR, Label_Patcher::database_field_value(), DESCRIPTION_PARAMETER, Label_Patcher::disconnect_from_database(), Label_Patcher::Force, ID, Label_Patcher::label_parameter(), Label_Patcher::Observation_ID, OBSERVATION_ID_FIELD, PVL_ERROR, SUCCESS, and Label_Patcher::Verbose.
const char* const ID = "(2.3 2020/02/14 01:17:17)" |
Application identification name with source code version and date.
const char* DESCRIPTION_PARAMETER = "RATIONALE_DESC" |
Names of parameters that will have their values updated.
Referenced by main().