GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> PBS / V2-12-2 > pbs / rad750
#include <PBS/TMR.h>
Functions | |
| unsigned int | TMR_ticks_to_nsecs (TMR_tick ticks) |
| Convert a number of ticks to nanoseconds. | |
| TMR_usecs_nsecs | TMR_ticks_to_usecs_nsecs (TMR_tick ticks) |
| Convert a number of ticks useconds.nanoseconds. | |
CVS $Id: TMR.c,v 1.2 2011/03/24 23:05:46 apw Exp $
| unsigned int TMR_ticks_to_nsecs | ( | TMR_tick | ticks | ) |
Convert a number of ticks to nanoseconds.
| ticks | The number of ticks to convert to nanoseconds |
References TMR_TO_NSECS.
| TMR_usecs_nsecs TMR_ticks_to_usecs_nsecs | ( | TMR_tick | ticks | ) |
Convert a number of ticks useconds.nanoseconds.
| ticks | The number of ticks to convert |
References _TMR_usecs_nsecs::nsecs, TMR_TO_NSECS, and _TMR_usecs_nsecs::usecs.
1.5.8