![]() |
cacao
Release 0.1.03-dev
Compute And Control For Adaptive Optics
|
AO loop control - Timing Parameter. More...
#include <stdio.h>#include <string.h>#include "CommandLineInterface/CLIcore.h"#include "AOloopControl/AOloopControl.h"#include "AOloopControl_perfTest/AOloopControl_perfTest.h"#include "00CORE/00CORE.h"#include "COREMOD_memory/COREMOD_memory.h"
Macros | |
| #define | _GNU_SOURCE |
Functions | |
| errno_t | AOloopControl_set_loopfrequ (float loopfrequ) |
| Set AO loop frequency. More... | |
| errno_t | AOloopControl_set_hardwlatency_frame (float hardwlatency_frame) |
| Set hardware latency in unity of frame. More... | |
| errno_t | AOloopControl_set_complatency_frame (float complatency_frame) |
| Set computation latency of primary DM write in unity of frame. More... | |
| errno_t | AOloopControl_set_wfsmextrlatency_frame (float wfsmextrlatency_frame) |
| Set computation latency of filtered DM write mode time between the moment where the WF arrives at the WFS, and when it's written in the DM. More... | |
Variables | |
| AOLOOPCONTROL_CONF * | AOconf |
| CLI function for AOloopControl_setframesAve. More... | |
| AOloopControl_var | aoloopcontrol_var |
AO loop control - Timing Parameter.
REAL TIME COMPUTING ROUTINES
| #define _GNU_SOURCE |
| errno_t AOloopControl_set_complatency_frame | ( | float | complatency_frame | ) |
Set computation latency of primary DM write in unity of frame.
| errno_t AOloopControl_set_hardwlatency_frame | ( | float | hardwlatency_frame | ) |
Set hardware latency in unity of frame.
| errno_t AOloopControl_set_loopfrequ | ( | float | loopfrequ | ) |
Set AO loop frequency.
| errno_t AOloopControl_set_wfsmextrlatency_frame | ( | float | wfsmextrlatency_frame | ) |
Set computation latency of filtered DM write mode time between the moment where the WF arrives at the WFS, and when it's written in the DM.
| AOLOOPCONTROL_CONF* AOconf |
CLI function for AOloopControl_setframesAve.
| AOloopControl_var aoloopcontrol_var |