IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DataSplitLogMessages.h
Go to the documentation of this file.
1 // DataSplitLogMessages.h:
3 // -----------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_DATASPLITLOGMESSAGES_H__
16 #define __IPSDKBASEPROCESSING_DATASPLITLOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace processor {
23 
26 
31 DECLARE_LOG_MESSAGE_MAP(IPSDKBaseProcessing, eDataSplitMessage,
43 )
44 
45 
48 } // end of namespace processor
49 } // end of namespace ipsdk
50 
51 #endif // __IPSDKBASEPROCESSING_DATASPLITLOGMESSAGES_H__
eDataSplitMessage
Enumerate describing messages.
Definition: DataSplitLogMessages.h:33
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Null input shared pointer provided, can't process to data split object initialization for attribute s...
Definition: DataSplitLogMessages.h:53
Can't access un splitted informations for splitted data split.
Definition: DataSplitLogMessages.h:37
Elements location information collection should only contains a single element for un splitted data...
Definition: DataSplitLogMessages.h:45
Can't access splitted informations for un splitted data split.
Definition: DataSplitLogMessages.h:35
Header part of macros set allowing to manager log messages map into libraries.
Invalid elements range max index d, out of bound d.
Definition: DataSplitLogMessages.h:47
#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
Data split object is not initialized.
Definition: DataSplitLogMessages.h:39
Invalid processor type for this split operation.
Definition: DataSplitLogMessages.h:51
Maximum number of elements per split d should be greater than minimum d.
Definition: DataSplitLogMessages.h:49
Element with index d is not valid given total number of elements d.
Definition: DataSplitLogMessages.h:43
Definition of import/export macro for library.
Minimum number of elements per split operation should not be null.
Definition: DataSplitLogMessages.h:55
Elements location information collection should not be empty.
Definition: DataSplitLogMessages.h:41