GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > FBS / V0-3-0

Constituent: fbs_rtos     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

FBS_ram.c.vx-ppc-xxx File Reference

Function definitions for FBS system library, RAM disk partitions. More...

#include "vxWorks.h"
#include "string.h"
#include "errno.h"
#include "dosFsLib.h"
#include "cbioLib.h"
#include "ramDiskCbio.h"
#include "fioLibX.h"
#include "iosLib.h"
#include "sys/stat.h"
#include "FBS/FBS_pubrtos.h"
#include "FBS/FBS_msgs.h"
#include "MDB/MDB_pubdefs.h"
#include "FBS_prvrtos.h"

Include dependency graph for FBS_ram.c.vx-ppc-xxx:


Defines

#define RAM_DISK_BLK_SIZE   512
#define RAM_DISK_NUM_DIR   16

Functions

unsigned int FILE_sysRamCreate (void *addr, int size)
 Create, format, and mount a RAM disk partition.

Detailed Description

Function definitions for FBS system library, RAM disk partitions.

Author:
D.L. Wood

Define Documentation

#define RAM_DISK_BLK_SIZE   512
 

The size in bytes of one emulated disk block for RAM disk devices.

#define RAM_DISK_NUM_DIR   16
 

The number of directories to create on disk when formatting.


Function Documentation

unsigned int FILE_sysRamCreate void *  addr,
int  size
 

Create, format, and mount a RAM disk partition.

Parameters:
addr The memory address of the RAM disk partition.
size The size in bytes of the RAM disk partition.
Creates, formats, and mounts a RAM disk partition.


Generated on Tue Oct 28 01:14:27 2008 by  doxygen 1.4.4