casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
casa::OutputDestinationChecker::OutputStruct Struct Reference

struct for checking output file writability More...

#include <OutputDestinationChecker.h>

Public Attributes

casacore::String label
 label used for messages, eg "residual image", "estmates file" More...
 
casacore::StringoutputFile
 pointer to the output name More...
 
casacore::Bool required
 is this file required to be written, or can the task continue if it cannot be? More...
 
casacore::Bool replaceable
 If a file by the same name already exists, will the task allow it to be overwritten? More...
 

Detailed Description

struct for checking output file writability

Etymology

Synopsis

Definition at line 59 of file OutputDestinationChecker.h.

Member Data Documentation

casacore::String casa::OutputDestinationChecker::OutputStruct::label

label used for messages, eg "residual image", "estmates file"

Definition at line 61 of file OutputDestinationChecker.h.

casacore::String* casa::OutputDestinationChecker::OutputStruct::outputFile

pointer to the output name

Definition at line 63 of file OutputDestinationChecker.h.

casacore::Bool casa::OutputDestinationChecker::OutputStruct::replaceable

If a file by the same name already exists, will the task allow it to be overwritten?

Definition at line 67 of file OutputDestinationChecker.h.

casacore::Bool casa::OutputDestinationChecker::OutputStruct::required

is this file required to be written, or can the task continue if it cannot be?

Definition at line 65 of file OutputDestinationChecker.h.


The documentation for this struct was generated from the following file: