Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Added Start_Process() back in
Browse files Browse the repository at this point in the history
  • Loading branch information
tecnd committed Oct 1, 2021
1 parent 72205be commit 3fed5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions GUIDesign.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ void BuildUpdateList(double TMatrix[], struct AnalogTableValues AMat[NUMBERANALO
// more debug info
tstop = clock();
timeused = tstop - tstart;
Start_Process(processnum);
sprintf(buff, "Time to transfer and start ADwin: %d", timeused);

GetMenuBarAttribute(menuHandle, MENU_PREFS_STREAM_SETTINGS, ATTR_CHECKED, &StreamSettings);
Expand Down
2 changes: 1 addition & 1 deletion vars.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct DigitalChannelProperties
} DChName[MAXDIGITAL];

double EventPeriod; //The Update Period Defined by the pull down menu (in ms)
int processnum;
short processnum;

struct DDSClock
{
Expand Down

0 comments on commit 3fed5a5

Please sign in to comment.