![]() | Download Help (Windows Only) |
The ATML TD translator calls the SetupTranslateTestGroup callback only once per translation and before translating any <TestGroup> element.
Use the SetupTranslateTestGroup callback to allocate resources required for translating all <TestGroup> elements.
The following figure shows the controls and indicators connected to the VI connector pane.
HRESULT __stdcall CodeGenerator_SetupTranslateTestGroup(
IDispatch * translatorCodeGen,
IDispatch * domNode,
long* errorCode,
BSTR* errorDescription )
extern "C" HRESULT __stdcall CodeGenerator_SetupTranslateTestGroup(
TranslatorCodeGenerator* translatorCodeGen,
MSXML2::IXMLDOMNode* domNode,
long* errorCode,
BSTR* errorDescription )
Creating a DLL for a LabWindows/CVI Custom Code Generator
Creating a VI for a LabVIEW Custom Code Generator
Example LabVIEW Custom Code Generator VIs
Recommended LabWindows/CVI Function Prototypes
Recommended Microsoft Visual C++ Function Prototypes
Helpful
Not Helpful