FACT++  1.0
string StateMachineSmartFACT::Header ( const Time d)
inlineprivate

Definition at line 603 of file smartfact.cc.

References Time::JavaDate().

604  {
605  ostringstream msg;
606  msg << d.JavaDate() << '\t' << fAudioTime.JavaDate() << '\t' << fAudioName;
607  return msg.str();
608  }
uint64_t JavaDate() const
Definition: Time.h:111

+ Here is the call graph for this function: