Gets and clears the input for the Diagnostic Application (DA).
#include <diag/tm_input.h> int getdainput ( tm_input ) struct tm_input *tm_input; int clrdainput ( )
The getdainput subroutine gets the input for the DA from the TMInput object class. The clrdainput subroutine clears the TMInput object class.
Parameter | Description |
---|---|
tm_input | Pointer to the structure where the data should be written. |
Upon successful completion, a value of 0 is returned. Otherwise, a value of -1 is returned.