MCPcopy Create free account
hub / github.com/LASzip/LASzip / laszip_set_error_handler

Function laszip_set_error_handler

dll/laszip_api.c:116–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114);
115laszip_set_error_handler_def laszip_set_error_handler_ptr = 0;
116LASZIP_API laszip_I32
117laszip_set_error_handler
118(
119 laszip_POINTER pointer
120 , laszip_message_handler callback
121 , void* user_data
122)
123{
124 if (laszip_set_error_handler_ptr)
125 {
126 return (*laszip_set_error_handler_ptr)(pointer, callback, user_data);
127 }
128 return 1;
129};
130
131/*---------------------------------------------------------------------------*/
132typedef laszip_I32 (*laszip_unset_las_message_handler_def)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected