You are here:
Home
>
DSP Master
>
TSignal Class
>
Data Property
DSP Master (C++)
Contents
|
Search
|
Home
TSignal::Data Property
TSignal Class
__declspec
(property(get = GetData, put = SetData))
TVec
*Data;
Stores the result of the processing.
Read:
TVec
*GetData();
Write:
void
SetData(
TVec
*Value);
Declared in Dew::Signal::TSignal · Dew.Signal/SignalTools.h · Cross-compiler