IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AlgorithmLogMessages.h
Go to the documentation of this file.
1 // AlgorithmLogMessages.h:
3 // -----------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_ALGORITHMLOGMESSAGES_H__
16 #define __IPSDKBASEPROCESSING_ALGORITHMLOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace processor {
23 
26 
31 DECLARE_LOG_MESSAGE_MAP(IPSDKBaseProcessing, eAlgorithmMessage,
40 )
41 
42 
45 } // end of namespace processor
46 } // end of namespace ipsdk
47 
48 #endif // __IPSDKBASEPROCESSING_ALGORITHMLOGMESSAGES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eAlgorithmMessage
Enumerate describing messages.
Definition: AlgorithmLogMessages.h:33
Total number of data mismatch between data parsers for processor s.
Definition: AlgorithmLogMessages.h:39
Header part of macros set allowing to manager log messages map into libraries.
#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
Number of elements to prepare mismatch for processor s.
Definition: AlgorithmLogMessages.h:35
Post processing phasis failed for s s.
Definition: AlgorithmLogMessages.h:49
Total number of data d can't be splitted in d initial data and d final data.
Definition: AlgorithmLogMessages.h:41
Entering post processing phasis for s.
Definition: AlgorithmLogMessages.h:47
Definition of import/export macro for library.
Pre processing phasis failed for s s.
Definition: AlgorithmLogMessages.h:45
Number of elements to prepare should not be null for processor s.
Definition: AlgorithmLogMessages.h:37
Entering pre processing phasis for s.
Definition: AlgorithmLogMessages.h:43