![]() |
cacao
Release 0.1.03-dev
Compute And Control For Adaptive Optics
|
AO loop Control functions wave front sensor and deformable mirror. More...
#include "CommandLineInterface/CLIcore.h"
#include "00CORE/00CORE.h"
#include "COREMOD_memory/COREMOD_memory.h"
#include "AOloopControl_perfTest/AOloopControl_perfTest.h"
#include "AOloopControl.h"
Macros | |
#define | _GNU_SOURCE |
Functions | |
AOloopControl - 3.1. LOOP CONTROL INTERFACE - MAIN CONTROL : LOOP ON/OFF START/STOP/STEP/RESET | |
Set parameters | |
errno_t | AOloopControl_loopon () |
Close AO loop : AO on. More... | |
errno_t | AOloopControl_loopoff () |
Open AO loop : AO off. More... | |
errno_t | AOloopControl_loopWFScompon () |
Close AO loop : AO on. More... | |
errno_t | AOloopControl_loopWFScompoff () |
Open AO loop : AO off. More... | |
errno_t | AOloopControl_loopkill () |
Kill AO loop : finish the process of the run. More... | |
errno_t | AOloopControl_loopstep (long loop, long NBstep) |
Close loop for finite number of steps. More... | |
errno_t | AOloopControl_loopreset () |
Reset the AO loop. More... | |
Variables | |
AOLOOPCONTROL_CONF * | AOconf |
CLI function for AOloopControl_setframesAve. More... | |
AOloopControl_var | aoloopcontrol_var |
AO loop Control functions wave front sensor and deformable mirror.
REAL TIME COMPUTING ROUTINES
#define _GNU_SOURCE |
errno_t AOloopControl_loopkill | ( | ) |
Kill AO loop : finish the process of the run.
errno_t AOloopControl_loopoff | ( | ) |
Open AO loop : AO off.
errno_t AOloopControl_loopon | ( | ) |
Close AO loop : AO on.
errno_t AOloopControl_loopreset | ( | ) |
Reset the AO loop.
errno_t AOloopControl_loopstep | ( | long | loop, |
long | NBstep | ||
) |
Close loop for finite number of steps.
errno_t AOloopControl_loopWFScompoff | ( | ) |
Open AO loop : AO off.
errno_t AOloopControl_loopWFScompon | ( | ) |
Close AO loop : AO on.
AOLOOPCONTROL_CONF* AOconf |
CLI function for AOloopControl_setframesAve.
AOloopControl_var aoloopcontrol_var |