SIMULINK_A7DAC
1.0
Control of A7_DAC device
|
Source data base class. More...
#include <TF_BaseSource.h>
Public Member Functions | |
TF_BaseSource (int argc, BRDCHAR **argv) | |
virtual | ~TF_BaseSource () |
virtual int | Prepare (int count) |
Prepare function. More... | |
virtual void | ReStartSession (void) |
Start new session of process data. More... | |
virtual void | EventStartCycle (void) |
Start of new data cycle. More... | |
virtual int | GetData (U32 **ptr) |
Get buffer of data. More... | |
Source data base class.
Definition at line 11 of file TF_BaseSource.h.
|
inline |
Definition at line 16 of file TF_BaseSource.h.
|
inlinevirtual |
Definition at line 17 of file TF_BaseSource.h.
|
inlinevirtual |
Start of new data cycle.
Reimplemented in TF_A7DacCtrl.
Definition at line 26 of file TF_BaseSource.h.
|
inlinevirtual |
Get buffer of data.
ptr | pointer of pointer of data, output |
Definition at line 33 of file TF_BaseSource.h.
|
inlinevirtual |
|
inlinevirtual |
Start new session of process data.
Reimplemented in TF_A7DacCtrl.
Definition at line 23 of file TF_BaseSource.h.