/**********************************************************************//** * * Copyright (c) 2020 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file SensorProcess.h * * @date 20-Feb-2020 * @author S. Nejatali * * @brief Processing sensor data. * **************************************************************************/ #ifndef APP_CONTROLLERS_SENSORPROCESS_H_ #define APP_CONTROLLERS_SENSORPROCESS_H_ #include "DGCommon.h" void execSensorProcess(void); #endif /* APP_CONTROLLERS_SENSORPROCESS_H_ */