Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92913306
mdv_control_modes.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 24, 18:41
Size
865 B
Mime Type
text/x-c
Expires
Tue, Nov 26, 18:41 (2 d)
Engine
blob
Format
Raw Data
Handle
22537577
Attached To
R6619 Oncilla Motordriver Firmware
mdv_control_modes.h
View Options
#ifndef MDV_CONTROL_MODES_H_
#define MDV_CONTROL_MODES_H_
#include "mdv_internal.h"
/**
* A mdv_ctrl_process_fptr function that does nothing.
*/
void
mdv_null_process
(
motordriver
*
mdv
);
void
mdv_coast_init
(
motordriver
*
mdv
);
//Null process for coast mode
void
mdv_brake_init
(
motordriver
*
mdv
);
//Null process for brake mode
void
mdv_position_init
(
motordriver
*
mdv
);
void
mdv_position_process
(
motordriver
*
mdv
);
void
mdv_velocity_init
(
motordriver
*
mdv
);
void
mdv_velocity_process
(
motordriver
*
mdv
);
void
mdv_smooth_position_init
(
motordriver
*
mdv
);
void
mdv_smooth_position_process
(
motordriver
*
mdv
);
void
mdv_runtime_calibration_init
(
motordriver
*
mdv
);
void
mdv_runtime_calibration_process
(
motordriver
*
mdv
);
void
mdv_sine_generator_init
(
motordriver
*
mdv
);
void
mdv_sine_generator_process
(
motordriver
*
mdv
);
#endif
//MDV_CONTROL_MODES_H_
Event Timeline
Log In to Comment