MityDSP Documentation Index

e:/hudson/workspace/MityDSP MDK Release/trunk/sw/inc/core/DspRomFs.h File Reference

#include <stdint.h>

Classes

struct  MityDSP::tsDspRomFsNode
 This structure is used to define a ROM filesystem node. More...
class  MityDSP::tcDspRomFs

Namespaces

namespace  MityDSP

Defines

#define _OFF_T
#define ROMFS_OK   0
 The following are the error codes used by the ROMFS driver.
#define ROMFS_INVALID_PATH   -1
 Path was not valid.
#define ROMFS_FILE_NOT_FOUND   -2
 File was not found.
#define ROMFS_DIR_NOT_FOUND   -3
 Sub-directory not found.
#define ROMFS_FILE_CREATE_FAILED   -4
 File creation failed.
#define ROMFS_FILEID_OUT_OF_RANGE   -5
 File ID out of range.
#define ROMFS_BAD_SEEK_ORIGIN   -6
 Bad origin provided for seek cmd.
#define ROMFS_FILE_NOT_OPENED   -7
 file was not opened (invalid descriptor?)
#define ROMFS_WRITE_ERROR   -8
 file could not be written
#define ROMFS_FILEDES_IN_USE   -9
 file descriptor requested is already in use.

Typedefs

typedef int off_t

Define Documentation

#define _OFF_T
#define ROMFS_OK   0

The following are the error codes used by the ROMFS driver.

No error

#define ROMFS_INVALID_PATH   -1

Path was not valid.

#define ROMFS_FILE_NOT_FOUND   -2

File was not found.

#define ROMFS_DIR_NOT_FOUND   -3

Sub-directory not found.

#define ROMFS_FILE_CREATE_FAILED   -4

File creation failed.

#define ROMFS_FILEID_OUT_OF_RANGE   -5

File ID out of range.

#define ROMFS_BAD_SEEK_ORIGIN   -6

Bad origin provided for seek cmd.

#define ROMFS_FILE_NOT_OPENED   -7

file was not opened (invalid descriptor?)

#define ROMFS_WRITE_ERROR   -8

file could not be written

#define ROMFS_FILEDES_IN_USE   -9

file descriptor requested is already in use.


Typedef Documentation

typedef int off_t

  
Generated on Fri Sep 23 16:33:44 2011 for MityDSP Core by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.