C++ Instrument Catalog
Macros | Typedefs | Functions
MFC3045Device.cpp File Reference
#include <regex>
#include <bitset>
#include "MFC3045Device.h"
#include "Exception.h"
#include "date.h"

Go to the source code of this file.

Macros

#define LOG(__msg__, __level__, __location__)   m_rMFCController.l_SendLogMessage(__msg__, __level__, ".MFC3045Device", __location__)
 

Typedefs

typedef CException< CMFC3045DeviceCMFC3045DeviceException
 

Functions

F64 l_ConvertdHzToMHz (const U32 &rFreqdHz)
 
U32 l_ConvertMHzTodHz (const F64 &rFreqMHz)
 
F32 l_ConvertNormdHzToMHz (const I32 &rFreqdHz)
 
I32 l_ConvertNormMHzTodHz (const F32 &rFreqMHz)
 
F32 l_ConvertStdDevdHzToPpm (const U32 &rStdDevdHz, const U32 &rFreqRefdHz)
 

Detailed Description

Date
2020

Definition in file MFC3045Device.cpp.

Macro Definition Documentation

◆ LOG

#define LOG (   __msg__,
  __level__,
  __location__ 
)    m_rMFCController.l_SendLogMessage(__msg__, __level__, ".MFC3045Device", __location__)

Definition at line 17 of file MFC3045Device.cpp.

Typedef Documentation

◆ CMFC3045DeviceException

Definition at line 19 of file MFC3045Device.cpp.

Function Documentation

◆ l_ConvertdHzToMHz()

F64 l_ConvertdHzToMHz ( const U32 &  rFreqdHz)

Definition at line 50 of file MFC3045Device.cpp.

◆ l_ConvertMHzTodHz()

U32 l_ConvertMHzTodHz ( const F64 &  rFreqMHz)

Definition at line 55 of file MFC3045Device.cpp.

◆ l_ConvertNormdHzToMHz()

F32 l_ConvertNormdHzToMHz ( const I32 &  rFreqdHz)

Definition at line 60 of file MFC3045Device.cpp.

◆ l_ConvertNormMHzTodHz()

I32 l_ConvertNormMHzTodHz ( const F32 &  rFreqMHz)

Definition at line 65 of file MFC3045Device.cpp.

◆ l_ConvertStdDevdHzToPpm()

F32 l_ConvertStdDevdHzToPpm ( const U32 &  rStdDevdHz,
const U32 &  rFreqRefdHz 
)

Definition at line 70 of file MFC3045Device.cpp.