bt747.sys.interfaces
Interface BT747FileName

All Known Implementing Classes:
GPSDefaultFileName

public interface BT747FileName

Interface to a class that is used to determine the filename of an output file.

Author:
Mario De Weerd

Method Summary
 BT747Path getOutputFileName(BT747Path baseNamePath, int utcTimeSeconds, java.lang.String proposedExtension, java.lang.String proposedTimeSpec)
          Build the filename from the provided parameters.
 

Method Detail

getOutputFileName

BT747Path getOutputFileName(BT747Path baseNamePath,
                            int utcTimeSeconds,
                            java.lang.String proposedExtension,
                            java.lang.String proposedTimeSpec)
Build the filename from the provided parameters.

Parameters:
baseNamePath - proposed baseName.
utcTimeSeconds - Time of first record in file.
proposedExtension - Proposed extension of file.
proposedTimeSpec - Proposed extension to filename.
Returns:
The path for the output file.