rcs.nml
Interface MsgToTimeStamp


public interface MsgToTimeStamp

Interface passed to tell indexer how to get a timestamp double seconds since epoch 12:00 AM Jan 1, 1970


Method Summary
 double MsgToTimeStamp(NMLmsg msg)
          Return the timestamp that should be associated with this message used for indexing log files.
 

Method Detail

MsgToTimeStamp

double MsgToTimeStamp(NMLmsg msg)
Return the timestamp that should be associated with this message used for indexing log files. Unfortunately different messages use different variables for this and some with different epochs/units etc.

Parameters:
msg -
Returns:
time in seconds associated with this message since Jan 1,1970.