This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | TimeStampedEvent |
struct | TimeStamper |
Typedefs | |
typedef TimeStamper< unsigned long int > | DefaultTimeStamper |
Copyright:
Copyright (C) 2002, 2003 Oliver Schoenborn
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
You can redistribute it and/or modify it under the terms found in the LICENSE file that is included in the library distribution.
Definition in file TimeStampedEvent.hh.
|
Default time stamper just uses a counter of type unsigned long int. It has the benefit of
The only disadvantage is that the time stamp will cycle every 2^N events, where N is the number of bits for the long int data type. Consequences:
Definition at line 102 of file TimeStampedEvent.hh. |