![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Source part of macros set allowing to manager log messages map into libraries. More...
Go to the source code of this file.
Macros | |
| #define | START_LOG_MESSAGE_MAP(libraryName, enumTypeStr) |
| macro allowing to start message map creation for a given library libraryName and a given enumerate enumTypeStr More... | |
| #define | ADD_LOG_MESSAGE(msgId, msgStr) |
| macro allowing to add a message to current message map with id msgId and associated string msgStr More... | |
| #define | END_LOG_MESSAGE_MAP() |
| macro allowing to end message map creation for a given library More... | |
Source part of macros set allowing to manager log messages map into libraries.
| #define START_LOG_MESSAGE_MAP | ( | libraryName, | |
| enumTypeStr | |||
| ) |
macro allowing to start message map creation for a given library libraryName and a given enumerate enumTypeStr
| #define ADD_LOG_MESSAGE | ( | msgId, | |
| msgStr | |||
| ) |
macro allowing to add a message to current message map with id msgId and associated string msgStr
| #define END_LOG_MESSAGE_MAP | ( | ) |
macro allowing to end message map creation for a given library
1.8.14