ARTS
2.4.0(git:4fb77825)
|
Non-template implementations of workspace methods for XML IO. More...
#include "m_xml.h"
Go to the source code of this file.
Functions | |
void | output_file_formatSetAscii (String &file_format, const Verbosity &) |
WORKSPACE METHOD: output_file_formatSetAscii. More... | |
void | output_file_formatSetZippedAscii (String &file_format, const Verbosity &) |
WORKSPACE METHOD: output_file_formatSetZippedAscii. More... | |
void | output_file_formatSetBinary (String &file_format, const Verbosity &) |
WORKSPACE METHOD: output_file_formatSetBinary. More... | |
Non-template implementations of workspace methods for XML IO.
Definition in file m_xml.cc.
WORKSPACE METHOD: output_file_formatSetAscii.
Sets the output file format to ASCII.
[out] | output_file_format | WS Output |
Definition at line 30 of file m_xml.cc.
Referenced by output_file_formatSetAscii_g().
WORKSPACE METHOD: output_file_formatSetBinary.
Sets the output file format to binary.
[out] | output_file_format | WS Output |
Definition at line 44 of file m_xml.cc.
Referenced by output_file_formatSetBinary_g().
WORKSPACE METHOD: output_file_formatSetZippedAscii.
Sets the output file format to zipped ASCII.
[out] | output_file_format | WS Output |
Definition at line 37 of file m_xml.cc.
Referenced by output_file_formatSetZippedAscii_g().