![]() |
cacao
Release 0.1.03-dev
Compute And Control For Adaptive Optics
|
Aload / setup configuration. More...
#include "CommandLineInterface/CLIcore.h"#include <unistd.h>#include <fcntl.h>#include <string.h>#include "00CORE/00CORE.h"#include "COREMOD_memory/COREMOD_memory.h"#include "AOloopControl.h"#include <sys/mman.h>#include <sys/stat.h>
Macros | |
| #define | _GNU_SOURCE |
| #define | AOconfname "AOconf.shm" |
| #define | NB_AOloopcontrol 10 |
Functions | |
| errno_t | AOloopControl_InitializeMemory (int mode) |
| Initialize memory - function called within C code only (no CLI call) More... | |
Variables | |
| AOLOOPCONTROL_CONF * | AOconf |
| CLI function for AOloopControl_setframesAve. More... | |
| AOloopControl_var | aoloopcontrol_var |
| static int | GPUcntMax = 100 |
Aload / setup configuration.
REAL TIME COMPUTING ROUTINES
| #define _GNU_SOURCE |
| #define AOconfname "AOconf.shm" |
| #define NB_AOloopcontrol 10 |
| errno_t AOloopControl_InitializeMemory | ( | int | mode | ) |
Initialize memory - function called within C code only (no CLI call)
Initialize memory of the loop
| [in] | mode | int
|
| AOLOOPCONTROL_CONF* AOconf |
CLI function for AOloopControl_setframesAve.
| AOloopControl_var aoloopcontrol_var |
|
static |