gps.log.out
Class GPSDefaultFileName

java.lang.Object
  extended by gps.log.out.GPSDefaultFileName
All Implemented Interfaces:
BT747FileName

public final class GPSDefaultFileName
extends java.lang.Object
implements BT747FileName


Constructor Summary
GPSDefaultFileName()
           
 
Method Summary
 BT747Path getOutputFileName(BT747Path basePath, int utcTimeSeconds, java.lang.String proposedExtension, java.lang.String proposedTimeSpec)
          Build the filename from the provided parameters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPSDefaultFileName

public GPSDefaultFileName()
Method Detail

getOutputFileName

public final BT747Path getOutputFileName(BT747Path basePath,
                                         int utcTimeSeconds,
                                         java.lang.String proposedExtension,
                                         java.lang.String proposedTimeSpec)
Description copied from interface: BT747FileName
Build the filename from the provided parameters.

Specified by:
getOutputFileName in interface BT747FileName
Parameters:
basePath - 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.