Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

binarysave.h File Reference

Public headers for binarysave.c. More...

#include <stdio.h>

Include dependency graph for binarysave.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

int binaryWeightsFileRead ( FILE *infile )
 Read and process a binary weight file. More...

int binaryWeightsFileWrite ( FILE *outfile )
 Write network weights to a binary file. More...

void printTokens ( FILE *infile )
 Prints the tokens present in a binary file for debugging. More...

void binarysave_init_hook ( void )


Detailed Description

Public headers for binarysave.c.

Header:
/u/nn/cvsroot/lissom/src/binarysave.h,v 1.3 2000/04/21 20:47:39 jbednar Exp

Definition in file binarysave.h.


Function Documentation

int binaryWeightsFileRead ( FILE * file )
 

Read and process a binary weight file.

Definition at line 464 of file binarysave.c.

Referenced by load_current().

int binaryWeightsFileWrite ( FILE * file )
 

Write network weights to a binary file.

Definition at line 230 of file binarysave.c.

Referenced by save_current().

void binarysave_init_hook ( void )
 

Definition at line 208 of file binarysave.c.

void printTokens ( FILE * file )
 

Prints the tokens present in a binary file for debugging.

Definition at line 962 of file binarysave.c.


Generated at Mon Aug 21 00:30:56 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000