| | |
| | | |
| | | import com.flightfeather.uav.biz.FactorFilter |
| | | import com.flightfeather.uav.biz.dataanalysis.BaseExceptionAnalysis |
| | | import com.flightfeather.uav.biz.sourcetrace.exceptiontype.RealTimeExceptionSlideAverage |
| | | import com.flightfeather.uav.biz.sourcetrace.exceptiontype.RealTimeExceptionValueMutation |
| | | import com.flightfeather.uav.biz.sourcetrace.model.RealTimeExceptionResult |
| | | import com.flightfeather.uav.common.utils.GsonUtils |
| | |
| | | add( |
| | | RealTimeExceptionValueMutation(config) { exceptionCallback(it) }.also { it.init() } |
| | | ) |
| | | add( |
| | | RealTimeExceptionSlideAverage(config){ exceptionCallback(it)}.also { it.init() } |
| | | ) |
| | | } |
| | | |
| | | } |