C++ Instrument Catalog
|
#include <regex>
#include <fstream>
#include <sstream>
#include "MFC2x46Device.h"
#include "CPT2026PeripheralROM.h"
#include "Exception.h"
#include "date.h"
Go to the source code of this file.
Macros | |
#define | DIR_SEP '/' |
#define | LOG(__msg__, __level__, __location__) m_rMFCController.l_SendLogMessage(__msg__, __level__, ".MFC2x46Device", __location__) |
Definition in file MFC2x46Device.cpp.
#define DIR_SEP '/' |
Definition at line 22 of file MFC2x46Device.cpp.
#define LOG | ( | __msg__, | |
__level__, | |||
__location__ | |||
) | m_rMFCController.l_SendLogMessage(__msg__, __level__, ".MFC2x46Device", __location__) |
Definition at line 25 of file MFC2x46Device.cpp.