flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
pid_controller.h
Go to the documentation of this file.
1/* (C) AndrĂ¡s Wiesner, 2021 */
2
3#ifndef SERVO_PD_CONTROLLER_H_
4#define SERVO_PD_CONTROLLER_H_
5
6#include <stdint.h>
7
8#include "../ptp_servo_types.h"
9
13void pid_ctrl_init();
14
18void pid_ctrl_deinit();
19
23void pid_ctrl_reset();
24
31float pid_ctrl_run(int32_t dt, PtpServoAuxInput * pAux);
32
33#endif /* SERVO_PD_CONTROLLER_H_ */
void pid_ctrl_deinit()
void pid_ctrl_init()
void pid_ctrl_reset()
float pid_ctrl_run(int32_t dt, PtpServoAuxInput *pAux)
Data to perform a full synchronization.