diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-02 15:16:32 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-02 15:16:32 +0300 |
| commit | 3f6aecd92ceca69ffa5fc07ea0bbe93fd4097c85 (patch) | |
| tree | a0e69764fe4eca3fc445f44e1f963a2a72e4327f /Software/Embedded_SW/Embedded/Common/report | |
| parent | 3713f74d0d811b869af5522a576e36f7e6a0ed2e (diff) | |
| download | Tango-3f6aecd92ceca69ffa5fc07ea0bbe93fd4097c85.tar.gz Tango-3f6aecd92ceca69ffa5fc07ea0bbe93fd4097c85.zip | |
Embedded SW Release note - Version 1.3.8.2
File upload: prevent on job, reduce priority (watchdog)
Report: packages filters introduced, please feel free to use them.
robustness in communication improved
large number of segments and gradient support - initial
at the end of job the screw does not return back
rockers - adjust values before and after loading the cart
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/report')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/report/distributor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/report/distributor.c b/Software/Embedded_SW/Embedded/Common/report/distributor.c index c026ad4d2..f011653ec 100644 --- a/Software/Embedded_SW/Embedded/Common/report/distributor.c +++ b/Software/Embedded_SW/Embedded/Common/report/distributor.c @@ -242,7 +242,7 @@ Void reportService(UArg arg0, UArg arg1) ReportInitParams InitParams; InitParams.DistributorQueueMaxMsgs = 30; InitParams.DistributorTaskPriority = 6; - InitParams.MaxNumOfFilterNames = 1;//30 + InitParams.MaxNumOfFilterNames = 30; InitParams.MaxNumberOfPrivateDistributors = 2; ReportInit (InitParams); |
