IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OutputInitializerLogMessages.h
Go to the documentation of this file.
1 // OutputInitializerLogMessages.h:
3 // -------------------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_OUTPUTINITIALIZERLOGMESSAGES_H__
16 #define __IPSDKBASEPROCESSING_OUTPUTINITIALIZERLOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace processor {
23 
26 
37 )
38 
39 
42 } // end of namespace processor
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKBASEPROCESSING_OUTPUTINITIALIZERLOGMESSAGES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
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
Initialize output attribute s[s] by a simple allocation (un initialized data)
Definition: OutputInitializerLogMessages.h:43
Attribute s is not an output attribute, can't use output initializer on it.
Definition: OutputInitializerLogMessages.h:39
Initialize output initializer before trying to use its data.
Definition: OutputInitializerLogMessages.h:35
Attribute pointer should not be null.
Definition: OutputInitializerLogMessages.h:37
Definition of import/export macro for library.
Initialize output attribute s by a simple allocation (un initialized data)
Definition: OutputInitializerLogMessages.h:41
eOutputInitializerMessage
Enumerate describing messages.
Definition: OutputInitializerLogMessages.h:33