file name: algfree.hpp, algfree.cpp
classification: simulation
contents: class CFreeRun, derived from class ACClockSyncAlgorithm
use: does not synchronize, lets the clock drift
global items used by CFreeRun:
member functions of CFreeRun:
CFreeRun
(CClockSync *cs): Calls the ctor of the base class, otherwise empty.
~CFreeRun
(): Empty.
virtual
EBool ConvergenceFunction (): Always returns True.
static ACClockSyncAlgorithm
*CreateFreeRun (CClockSync *cs): Creates a new object of type
CFreeRun
(passes cs to the ctor) and returns a pointer to it.