Function
void
openoutput
(char * filename)
Arguments
- filename
- The filename of the file to be used for output
Preconditions
filename is a null-terminated string
Postconditions
the file has been opened
SRS Refs
3.2.1.6a
Author
caedwa
Date
30/09/02
Function
void
writedata
(struct logger_data * data)
Arguments
- data
- The output data to be written
Preconditions
The output file has been opened for writing
Postconditions
The line of output data has been written
SRS Refs
3.2.1.6b, 3.2.1.6c
Author
caedwa
Date
30/09/02
Function
void
closeoutput
( void)
Arguments
- void
- no arguments
Description
Preconditions
The output file has been opened for writing
Postconditions
The output file has been closed
SRS Refs
3.2.1.6a
Author
caedwa
Date
30/09/02
Function
void
writeheader
( void)
Arguments
- void
- no arguments
Description
Preconditions
The output file has been opened for writing
Postconditions
The output file contains the NETLOG header line
SRS Refs
3.2.1.6
Author
caedwa
Date
30/09/02