__declspec(property(get = GetSignalValues, put = SetSignalValues)) bool SignalValues;
If True, all values of the signal will be included in the report.
Read:
bool GetSignalValues();Write:
void SetSignalValues(const bool Value);Declared in Dew::Signal::TSignalReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler