Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
EBSD ab-initio indexing software based on the CONOGRAPH method
EBSD ab-initio indexing software based on the CONOGRAPH method
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List of Forums
Open Discussion (1)
Help (1)
Developers (1)
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ebsd-conograph]
/
EBSDConograph
/
src
/
marquardt_codes
/
levenberg_marquardt
/
stopx.hh
Diff of /EBSDConograph/src/marquardt_codes/levenberg_marquardt/stopx.hh
Parent Directory
|
Revision Log
|
Patch
revision
7
by
rtomiyasu
, Wed Mar 11 04:28:52 2020 UTC
revision
8
by
rtomiyasu
, Tue Mar 31 07:55:06 2020 UTC
#
Line 35
void SigHandler(int p_signame);
Line 35
void SigHandler(int p_signame);
35
36
int putInterruptionSignal();
int putInterruptionSignal();
37
// for GUI
#include <string>
void interruptSkip ();
void interruptCansel();
void interruptClear ();
std::string getProgress();
void setProgress(const int individual, const int total, const int span, const char *funcName);
#define SET_PROGRESS(individual, total, span) setProgress(individual, total, span, __FUNCTION__)
void CHECK_INTERRUPTION() throw(const char*); // throws an exception if interrupted, so must be called outside OMP blocks
bool IS_CANSELED();
38
#endif /*STOPX_HH_*/
#endif /*STOPX_HH_*/
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.7
changed lines
Added in v.8
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26