OpenJPH
Open-source implementation of JPEG2000 Part-15
|
Go to the source code of this file.
Namespaces | |
namespace | ojph |
Functions | |
OJPH_EXPORT void | ojph::configure_info (message_info *info) |
OJPH_EXPORT message_info & | ojph::get_info () |
OJPH_EXPORT void | ojph::set_info_stream (FILE *s) |
OJPH_EXPORT void | ojph::configure_warning (message_warning *warn) |
OJPH_EXPORT message_warning & | ojph::get_warning () |
OJPH_EXPORT void | ojph::set_warning_stream (FILE *s) |
OJPH_EXPORT void | ojph::configure_error (message_error *error) |
OJPH_EXPORT message_error & | ojph::get_error () |
OJPH_EXPORT void | ojph::set_error_stream (FILE *s) |
Variables | |
FILE * | ojph::info_stream = stdout |
message_info | ojph::info |
message_info & | ojph::local_info = info |
FILE * | ojph::warning_stream = stdout |
message_warning | ojph::warn |
message_warning & | ojph::local_warn = warn |
FILE * | ojph::error_stream = stderr |
message_error | ojph::error |
message_error & | ojph::local_error = error |