MityDSP Documentation Index
Classes | Namespaces | Macros | Typedefs
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

Macros

#define DSPROMFS_H
#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

Macro Definition Documentation

#define DSPROMFS_H
#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 Mon Apr 22 2013 11:33:02 for MityDSP Core by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.