FACT++  1.0
int WindowLog::sync ( )
private

This is called to flush the buffer of the streaming devices.

Definition at line 247 of file WindowLog.cc.

248 {
249  WriteBuffer();
250  return 0;
251 }
void WriteBuffer()
Definition: WindowLog.cc:165