milk  1.01
Modular Image processing Library toolKit
Functions with high priority scheduler

TEMPLATEMODULE - 2.1. SECOND GROUP OF FUNCTIONS - SUBGROUP1


int templatemodule_examplefunc01 (const char *namein, float val1, int n1, float *restrict farray)
 

Detailed Description

Function Documentation

◆ templatemodule_examplefunc01()

int templatemodule_examplefunc01 ( const char *  namein,
float  val1,
int  n1,
float *restrict  farray 
)

Purpose

This function demonstrates use of seteuid, sched_setscheduler
Note that fields "Use", "return", "not" and "warning" are optional

Arguments

Brief description of arguments is in .h file
A more detailed description of arguments in provided here

Use

Use section is optional to use this function, call it as


Returns
number of iteration [int]
Note
sched_setscheduler and seteuid not supported under OS-X
Warning
This function does nothing useful

Details


Code Description

Set up priviledges

Execute loop


templatemodule_examplefunc01
int templatemodule_examplefunc01(const char *namein, float val1, int n1, float *restrict farray)
Definition: templatemodule.c:378