int loadTChannel

( T_CHANNEL* &iChannel, FILE* in )

Read in a channel object to a file.

Documentation

Read in a channel object to a file. Due to the volume of data in this object, I am trying to use memcpy to move double information to a single array before writing. If this works, good; otherwise, I waill have to move data over using more statements. I don't want to just call fwrite on the object because if it changes in a later version, then old load files would be unreadable. By writing in data as primitives, we can keep old load functions that can still be used on old load files, while writing new load functions to work with new load files.
Parameters:
in - FILE pointer to destination file
Returns:
total number of bytes read

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.