Namespace: Rx::LFR – Class: CCalibration – Header: Rx.LFR/Calibration.h

CCalibration::GetInterface Method

C++
template<typename TInterface>
const TInterface* GetInterface(TEnumInterface eInterface)

Gets the interface defined by the given interface ID.

Template Parameters

TInterface

[in] The interface type.

Parameters

[TEnumInterface] eInterface

[in] The interface ID.

Returns

const TInterface*

Null if it fails, else the interface.