/*================================================================== >>>>>>>>>>>>>>>>>>>>>>>>>>>>> MODULE resource checker <<<<<<<<<<<<<<<<< File name: res_chk.c Version: 1.0 -------------------------------------------------------------------- Purpose: -------- This task monitors the resources of the OBS. Tasks: ------ res_chk Public functions: ----------------- Private functions: ------------------ Description: ------------ Note: ----- -------------------------------------------------------------------- Creation date: 27/12/2001 Author: Giordano, Seno - Audionica s.r.l. ===================================================================*/ //================== Functions in this module ================= //======================= EXTERN FUNCT ======================== //========================= GLOBAL VAR ========================= //========================= STATIC VAR ========================== //========================= 'LOCAL' VAR ========================= // These variables and structures are defined in the global scope // for optimization purposes, but are relevant only to the current file; // for this reason they don't follow the global variables naming conventions /*=================================================================== >>>>>>>>>>>>>>>>>>>>>>>>>>>>> TASK res_chk <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Purpose: -------- This task monitors the resources of the OBS. Description: ------------ Public functions called: ------------------------ Private functions called: ------------------------- Related interrupts: ------------------- -- >> Virtuoso objects used: ------ >> Resources: ------ >> FIFOs: ------ >> Events: ------ >> Semaphores: ------ >> LR Timers: ------ >> Mailboxes: ------ >> Memory pools: ------ >> Interrupt service routines: -- >> Virtuoso Task group: EXE -- >> Virtuoso initial priority: 12 -- >> Virtuoso Time/slicing (y/n, slice ms): n -------------------------------------------------------------------- Creation date: 27/12/2001 Author: Giordano, Seno - Audionica s.r.l. ===================================================================*/