OpenJPEG 1.5.1
Macros | Functions
event.c File Reference
#include "opj_includes.h"

Macros

#define MSG_SIZE   512 /* 512 bytes should be more than enough for a short message */
 

Functions

opj_event_mgr_t *OPJ_CALLCONV opj_set_event_mgr (opj_common_ptr cinfo, opj_event_mgr_t *event_mgr, void *context)
 
opj_bool opj_event_msg (opj_common_ptr cinfo, int event_type, const char *fmt,...)
 Write formatted data to a string and send the string to a user callback.
 

Macro Definition Documentation

◆ MSG_SIZE

#define MSG_SIZE   512 /* 512 bytes should be more than enough for a short message */

Function Documentation

◆ opj_event_msg()

opj_bool opj_event_msg ( opj_common_ptr cinfo,
int event_type,
const char * fmt,
... )

◆ opj_set_event_mgr()

opj_event_mgr_t *OPJ_CALLCONV opj_set_event_mgr ( opj_common_ptr cinfo,
opj_event_mgr_t * event_mgr,
void * context )