Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 015362fd authored by Guillaume Sylvand's avatar Guillaume Sylvand
Browse files

Add API to allow user defined progress indicator (default indicator is a percentage)

To use your own progress indicator,
- Define a function with prototype "void my_update_progress(int currentValue, int maximumValue)"
- Pass it to chameleon with "ierr=MORSE_Set_update_progress_callback(my_update_progress)"
- Activate progress indicator with MORSE_Enable(MORSE_PROGRESS)
parent 83f13018
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment