IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AttributeLogMessages.h
Go to the documentation of this file.
1 // AttributeLogMessages.h:
3 // -----------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_ATTRIBUTELOGMESSAGES_H__
16 #define __IPSDKBASEPROCESSING_ATTRIBUTELOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace processor {
23 
26 
31 DECLARE_LOG_MESSAGE_MAP(IPSDKBaseProcessing, eAttributeMessage,
41 )
42 
43 
46 } // end of namespace processor
47 } // end of namespace ipsdk
48 
49 #endif // __IPSDKBASEPROCESSING_ATTRIBUTELOGMESSAGES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Attribute s is not registred into factory, can't remove it from factory.
Definition: AttributeLogMessages.h:39
Attribute s is not registred into factory, can't access attribute informations.
Definition: AttributeLogMessages.h:37
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
Can't synchronise input attribute s for output data.
Definition: AttributeLogMessages.h:47
Initialize attribute s before trying to use its data.
Definition: AttributeLogMessages.h:41
Can't access flag allowing to force output optional attribute initialization on input attribute s...
Definition: AttributeLogMessages.h:49
Attribute s is already registred into factory, can't register more than once.
Definition: AttributeLogMessages.h:35
Definition of import/export macro for library.
Can't access flag allowing to force output optional attribute initialization on mandatory attribute s...
Definition: AttributeLogMessages.h:51
Write access not granted for read only attribute s.
Definition: AttributeLogMessages.h:43
Can't synchronise output attribute s for input data.
Definition: AttributeLogMessages.h:45
eAttributeMessage
Enumerate describing messages.
Definition: AttributeLogMessages.h:33