From 38a182261dc636c5c415f4a133c8752d6b2c6731 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 21 Jan 2010 21:53:30 +0000 Subject: [PATCH] Added comment to describe timeGetTime. --- bacnet-stack/ports/linux/timer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacnet-stack/ports/linux/timer.c b/bacnet-stack/ports/linux/timer.c index aaa43129..4d512aa9 100644 --- a/bacnet-stack/ports/linux/timer.c +++ b/bacnet-stack/ports/linux/timer.c @@ -33,6 +33,8 @@ static volatile uint32_t Millisecond_Counter[MAX_MILLISECOND_TIMERS]; /* start time for the clock */ static struct timespec start; +/* The timeGetTime function retrieves the system time, in milliseconds. + The system time is the time elapsed since Windows was started. */ uint32_t timeGetTime( void) {