IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ProcessingLogMessages.h
Go to the documentation of this file.
1 // ProcessingLogMessages.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKCORE_PROCESSINGLOGMESSAGES_H__
16 #define __IPSDKCORE_PROCESSINGLOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace core {
23 
26 
32  (eNotAMessage)
33 )
34 
35 
38 } // end of namespace core
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKCORE_PROCESSINGLOGMESSAGES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
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
eProcessingMessage
Enumerate describing messages.
Definition: ProcessingLogMessages.h:33