MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitk::telemed Namespace Reference

Enumerations

enum  ScanModes { ScanModeB }
 

Functions

bool CreateUsgControl (Usgfw2Lib::IUsgDataView *dataView, const IID &typeId, ULONG scanMode, ULONG streamId, void **ctrl)
 
std::string ConvertWcharToString (const BSTR input)
 

Enumeration Type Documentation

◆ ScanModes

Enumerator
ScanModeB 

Definition at line 120 of file mitkUSTelemedSDKHeader.h.

Function Documentation

◆ ConvertWcharToString()

std::string mitk::telemed::ConvertWcharToString ( const BSTR input)

Converts given BSTR (which is in fact a wchar*) to std::string.

Definition at line 60 of file mitkUSTelemedSDKHeader.cpp.

◆ CreateUsgControl()

bool mitk::telemed::CreateUsgControl ( Usgfw2Lib::IUsgDataView * dataView,
const IID & typeId,
ULONG scanMode,
ULONG streamId,
void ** ctrl )

Just a helper function for avoiding code duplication when creating a Telemed API control. This function is from the Telemed API documentation thus a description of the interface can be found there.

Definition at line 42 of file mitkUSTelemedSDKHeader.cpp.