Sundance SMT387-FS User Manual

Browse online or download User Manual for Equipment Sundance SMT387-FS. Sundance SMT387-FS User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 20
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
SMT387-File System
User Manual
Sundance Digital Signal Processing Inc, 4790 Caughlin Parkway #233, Reno, NV 89509-0907, USA.
This document is the property of Sundance and may not be copied nor communicated to a third part
y
without the wr
itten permission of Sundance. © Sundance Digital Signal Processing Inc. 2003
Page 1
Page view 0
1 2 3 4 5 6 ... 19 20

Summary of Contents

Page 1 - SMT387-File System

SMT387-File System User Manual Sundance Digital Signal Processing

Page 2

Thus, a complete file name might look like 2:xyz.txt. File names without file system numbers, such as xyz.txt, are assumed to be on file system 0, the

Page 3

Function smt387fs_init Synopsis int smt387fs_init(size_t size, void *space); Definition The user task making use of the SMT387 File System Package

Page 4 - Table Of Contents

Function smt387fs_deinit Synopsis int smt387fs_deinit (); Definition The user task making use of the SMT387 File System Package may call this function

Page 5 - Introduction

Function smt387fs_delete Synopsis int smt387fs_delete (char *filename); Definition Deletes the named file. Synchronization Thread safe. Error Conditio

Page 6 - Packaging

Function smt387fs_rename Synopsis int smt387fs_rename (char *from, char *to); Definition Changes the name of file from to to. Synchronization Thread s

Page 7 - Hard Disk Drive Preparation

Function smt387fs_create_write Synopsis int smt387fs_create_write (char *filename, smt387fs_stream_handle *handle); Definition Creates a new file and

Page 8

Function smt387fs_open_read Synopsis int smt387fs_open_read (char *filename, smt387fs_stream_handle *handle); Definition Opens the named file for read

Page 9 - File Names

Function smt387fs_close Synopsis int smt387fs_close (smt387fs_stream_handle *handle); Definition Closes the open file represented by handle, and overw

Page 10 - Page 10

Function smt387fs_read Synopsis int smt387fs_read (smt387fs_stream_handle *handle, size_t size, void *buffer, size_t *actual); Definition Reads up to

Page 11 - Page 11

Function smt387fs_write Synopsis int smt387fs_write (smt387fs_stream_handle *handle, size_t size, void *buffer); Definition Reads up to size bytes fro

Page 12 - Page 12

Revision History Changes Made Issue Initials 02/04/05 Edition 1.1 Page 2

Page 13 - Function smt387fs_delete

Function smt387fs_sync Synopsis int smt387fs_sync (); Definition Synchronizes the state of all open files’ data and metadata by flushing any buffered

Page 14 - Function smt387fs_rename

List of Abbreviations Abbreviation Explanation FAT File Allocation Tables FS File System SMT Sundance Multiprocessor Technology SATA Serial ATA

Page 15 - Page 15

Table Of Contents Introduction ...

Page 16 - Function smt387fs_open_read

Introduction This document describes the file system software package provided for use with the Sundance SMT387 module. It includes descriptions of th

Page 17 - Function smt387fs_close

Packaging The software is provided as the following files: • Smt387fs.h contains the API definitions as described in the User Guide, and must be #inc

Page 18 - Function smt387fs_read

Hard Disk Drive Preparation In order to be used with the SMT387 File System Package, a hard disk drive must first be prepared through a process of par

Page 19 - Function smt387fs_write

• File system type: FAT32 • Cluster size: 32KB If the partition is larger than about 32GB, you will not be given the option of a FAT32 file system,

Page 20 - Function smt387fs_sync

Application Programming Interface (API) API Overview User code accesses the SMT387 File System Package through definitions contained in the header fil

Comments to this Manuals

No comments