IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ActionLogMessages.h
Go to the documentation of this file.
1 // ActionLogMessages.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKCORE_ACTIONLOGMESSAGES_H__
16 #define __IPSDKCORE_ACTIONLOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace core {
23 
26 
32  (eBaseNotInit)
63 )
64 
65 
68 } // end of namespace core
69 } // end of namespace ipsdk
70 
71 #endif // __IPSDKCORE_ACTIONLOGMESSAGES_H__
Invalid returned status eExecStatus::eES_Running for runDerived method while forcing synchronous exec...
Definition: ActionLogMessages.h:85
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Action s has no associated socket guid, can't get it.
Definition: ActionLogMessages.h:41
Action s has not been initialized.
Definition: ActionLogMessages.h:35
Execution result enumerate value s is invalid.
Definition: ActionLogMessages.h:95
Execution of s failed s.
Definition: ActionLogMessages.h:65
Leaving execution of s.
Definition: ActionLogMessages.h:71
Exception thrown during global cleaning of s s.
Definition: ActionLogMessages.h:77
Entering cleaning of s after s.
Definition: ActionLogMessages.h:79
eActionMessage
Enumerate describing messages.
Definition: ActionLogMessages.h:33
An exception has been thrown while processing action completion callback for action s s...
Definition: ActionLogMessages.h:57
Header part of macros set allowing to manager log messages map into libraries.
Definition of import/export macro for library.
#define DECLARE_LOG_MESSAGE_MAP(libraryName, enumTypeStr, enumSeq)
macro allowing to declare a message map for a given library libraryName and a given enumerate enumTyp...
Definition: LogMessageManagerHdrMacros.h:27
Entering execution of s.
Definition: ActionLogMessages.h:61
Can't notify for action completion while status is not running for action s.
Definition: ActionLogMessages.h:91
Invalid enumerate value for execution status s.
Definition: ActionLogMessages.h:87
Can't get synchronisation flag for s while status is not running.
Definition: ActionLogMessages.h:93
Can't initialize action s, while status is running.
Definition: ActionLogMessages.h:47
Entering global cleaning for s.
Definition: ActionLogMessages.h:73
Can't call syncRun on action s while status is not running.
Definition: ActionLogMessages.h:51
Can't clean action s, while status is running.
Definition: ActionLogMessages.h:45
Can't serialize action s, while status is running.
Definition: ActionLogMessages.h:55
Global cleaning of s failed s.
Definition: ActionLogMessages.h:75
Exception thrown during initialization of s s.
Definition: ActionLogMessages.h:69
Can't wait for action completion for s while status is not started.
Definition: ActionLogMessages.h:89
Clean on error of s failed s.
Definition: ActionLogMessages.h:81
No successful execution for s, can't get results.
Definition: ActionLogMessages.h:59
Can't run action s, while status [s] is different of not started.
Definition: ActionLogMessages.h:43
Can't set priority on action s while status is different of not started.
Definition: ActionLogMessages.h:37
Exception thrown during execution of s s.
Definition: ActionLogMessages.h:67
Can't add completion callback on action s while status is different of not started.
Definition: ActionLogMessages.h:39
Can't check cancellation for action s, while status is not running.
Definition: ActionLogMessages.h:49
Action s has been cancelled.
Definition: ActionLogMessages.h:53
Exception thrown during clean on error of s s.
Definition: ActionLogMessages.h:83
Invalid synchronisation enumerate value s.
Definition: ActionLogMessages.h:63