C++ Instrument Catalog
|
#include <random>
#include <chrono>
#include <algorithm>
#include "MFCManager.h"
#include "Helpers.h"
#include "OSDefines.h"
#include "Exception.h"
#include "date.h"
Go to the source code of this file.
Macros | |
#define | LOG(__msg__, __level__, __location__) l_Log(CInstrumentCatalog::sLogMessage(__level__, "MFCManager", __msg__, __location__)) |
#define | NO_SEARCH_SPR 0 |
#define | SEARCH_ENDED_SPR 100 |
Typedefs | |
typedef CException< CMFCManager > | CMFCManagerException |
Definition in file MFCManager.cpp.
#define LOG | ( | __msg__, | |
__level__, | |||
__location__ | |||
) | l_Log(CInstrumentCatalog::sLogMessage(__level__, "MFCManager", __msg__, __location__)) |
Definition at line 19 of file MFCManager.cpp.
#define NO_SEARCH_SPR 0 |
Definition at line 21 of file MFCManager.cpp.
#define SEARCH_ENDED_SPR 100 |
Definition at line 22 of file MFCManager.cpp.
typedef CException<CMFCManager> CMFCManagerException |
Definition at line 24 of file MFCManager.cpp.