Public Member Functions | |
SDFPTclTarget (const char *, const char *) | |
void | cleanup () |
Block * | makeNew () const |
int | run () |
void | setStopTime (double) |
void | wrapup () |
void | writeFiring (Star &, int) |
![]() | |
SDFTarget (const char *nam, const char *desc, const char *assocDomain=SDFdomainName) | |
Block * | makeNew () const |
double | nextFiringTime () |
int | noOfInputs () |
int | selfFiringRequested () |
void | setup () |
![]() | |
DataFlowTarget (const char *name, const char *starClass, const char *desc="", const char *assocDom=0) | |
virtual void | begin () |
virtual bool | isReadyToRun () const |
Public Attributes | |
StringState | destDirectory |
Protected Member Functions | |
StringList | ptclExecTimeCode () |
Additional Inherited Members | |
![]() | |
enum | Default_SDF_Schedulers { DEFAULT_ID = 0, CLUSTER_ID = 1, ACYLOOP_ID = 2 } |
Available schedulers for default-SDF target. Given integer values are used as enumeration value that is stored in model description. Therefore, you can delete or add new elements, but you MUST NOT change the given integer values for the elements. More... | |
![]() | |
StringState | logFile |
FloatState | schedulePeriod |
EnumState | usedScheduler |