Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
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) |
Enumerator | |
---|---|
ScanModeB |
Definition at line 120 of file mitkUSTelemedSDKHeader.h.
std::string mitk::telemed::ConvertWcharToString | ( | const BSTR | input | ) |
Converts given BSTR (which is in fact a wchar*) to std::string.
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.