The SWORD Project
1.9.0.svnversion
|
#include <iostream>
#include <string>
#include <stdio.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <io.h>
#include <filemgr.h>
#include <lzsscomprs.h>
Go to the source code of this file.
Classes | |
struct | SectionLevelInfo |
struct | SectionsHeader |
struct | Version |
struct | ViewableBlock |
struct | ViewableHeader |
struct | VSyncBooksInfo |
struct | VSyncHeader |
struct | VSyncPoint |
Functions | |
void | cleanBuf (char *buf) |
void | displayBook (int fdbook, int fdviewable, int fdvsync, int fdsections, VSyncBooksInfo *vSyncBooksInfo) |
void | extractVerseText (int fdviewable, int fdbook, SectionLevelInfo *sectionLevelInfo, char **verseText) |
int | main (int argc, char **argv) |
void | readHeaderControlWordAreaText (int fd, char **buf) |
void | readSectionLevelInfo (int fd, SectionLevelInfo *sli) |
void | readSectionName (int fd, SectionLevelInfo *sli, char **name) |
void | readSectionsHeader (int fd, SectionsHeader *sectionsHeaderRecord) |
void | readVersion (int fd, Version *versionRecord) |
void | readViewableBlock (int fd, ViewableBlock *vb) |
void | readViewableBlockText (int fd, ViewableBlock *vb, char **buf) |
void | readViewableHeader (int fd, ViewableHeader *viewableHeaderRecord) |
void | readVSyncBooksInfo (int fd, VSyncHeader *, VSyncBooksInfo **vSyncBooksInfo) |
void | readVSyncHeader (int fd, VSyncHeader *vSyncHeaderRecord) |
Variables | |
SWCompress * | compress = 0 |
long | SECTIONSLEVELSIZE = 29 |
long | SECTIONSLEVELSTART = 38 |
long | VIEWABLEBLOCKSIZE = 0 |
long | VIEWABLEBLOCKSTART = 0 |
void cleanBuf | ( | char * | buf | ) |
Definition at line 443 of file step2vpl.cpp.
void displayBook | ( | int | fdbook, |
int | fdviewable, | ||
int | fdvsync, | ||
int | fdsections, | ||
VSyncBooksInfo * | vSyncBooksInfo | ||
) |
Definition at line 353 of file step2vpl.cpp.
void extractVerseText | ( | int | fdviewable, |
int | fdbook, | ||
SectionLevelInfo * | sectionLevelInfo, | ||
char ** | verseText | ||
) |
Definition at line 381 of file step2vpl.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 142 of file step2vpl.cpp.
void readHeaderControlWordAreaText | ( | int | fd, |
char ** | buf | ||
) |
Definition at line 332 of file step2vpl.cpp.
void readSectionLevelInfo | ( | int | fd, |
SectionLevelInfo * | sli | ||
) |
Definition at line 429 of file step2vpl.cpp.
void readSectionName | ( | int | fd, |
SectionLevelInfo * | sli, | ||
char ** | name | ||
) |
Definition at line 420 of file step2vpl.cpp.
void readSectionsHeader | ( | int | fd, |
SectionsHeader * | sectionsHeaderRecord | ||
) |
Definition at line 254 of file step2vpl.cpp.
void readVersion | ( | int | fd, |
Version * | versionRecord | ||
) |
Definition at line 230 of file step2vpl.cpp.
void readViewableBlock | ( | int | fd, |
ViewableBlock * | vb | ||
) |
Definition at line 324 of file step2vpl.cpp.
void readViewableBlockText | ( | int | fd, |
ViewableBlock * | vb, | ||
char ** | buf | ||
) |
Definition at line 312 of file step2vpl.cpp.
void readViewableHeader | ( | int | fd, |
ViewableHeader * | viewableHeaderRecord | ||
) |
Definition at line 272 of file step2vpl.cpp.
void readVSyncBooksInfo | ( | int | fd, |
VSyncHeader * | vSyncHeaderRecord, | ||
VSyncBooksInfo ** | vSyncBooksInfo | ||
) |
Definition at line 343 of file step2vpl.cpp.
void readVSyncHeader | ( | int | fd, |
VSyncHeader * | vSyncHeaderRecord | ||
) |
Definition at line 292 of file step2vpl.cpp.
SWCompress* compress = 0 |
Definition at line 140 of file step2vpl.cpp.
long SECTIONSLEVELSIZE = 29 |
Definition at line 50 of file step2vpl.cpp.
long SECTIONSLEVELSTART = 38 |
Definition at line 49 of file step2vpl.cpp.
long VIEWABLEBLOCKSIZE = 0 |
Definition at line 53 of file step2vpl.cpp.
long VIEWABLEBLOCKSTART = 0 |
Definition at line 52 of file step2vpl.cpp.