Changeset 3901 in Sophya for trunk/AddOn/TAcq/brparam.cc
- Timestamp:
- Oct 7, 2010, 11:16:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/brparam.cc
r3899 r3901 137 137 ethr_nlink=0; 138 138 ethr_forcesamefc_=false; 139 ethr_sfc_maxdpc_= 50;140 ethr_sfc_maxresync_= 50;139 ethr_sfc_maxdpc_=0; 140 ethr_sfc_maxresync_=0; 141 141 ethr_waitendmsg_=false; 142 142 … … 262 262 if (conf.HasKey("ethrforcesamefc")) { 263 263 ethr_forcesamefc_=true; // force SAME FrameCounter on all links 264 ethr_sfc_maxdpc_=conf.IParam("ethrforcesamefc",0, 50);265 ethr_sfc_maxresync_=conf.IParam("ethrforcesamefc",1, 50);264 ethr_sfc_maxdpc_=conf.IParam("ethrforcesamefc",0,0); 265 ethr_sfc_maxresync_=conf.IParam("ethrforcesamefc",1,0); 266 266 } 267 267 if (conf.HasKey("ethrwaitendmsg")) ethr_waitendmsg_=true;
Note:
See TracChangeset
for help on using the changeset viewer.