Prerequisite: arts++ library
Sample code requires installation of the arts++ library.
sk_analysis_dump contains the following files:
-
sk_analysis_dump.cc
Sample C++ code that processes the skitter traces stored in
raw binary data files and
outputs them to the normal output channel (STDOUT) in a
Perl-friendly text format.
A good place to start when customizing your own code.
-
gcc2:
zfstream.cc ,
zfstream.h
isco14882:
zfstream.cc ,
zfstream.h
Provides a wrapper for zlib to allow it to work with
C++ streams.
-
PrintHeaderComments.h
Holds the control structure used to pass command
arguments through functions and the function definition
for PrintHeaderComments.
-
Makefile.in
Sample Makefile used to create sk_analysis_dump.
-
README
Description of files and general information.
-
OUTPUT
Description of output of sk_analysis_dump
-
Sample Perl Code