KSquare Utilities
ScannerClock.cpp
Go to the documentation of this file.
1 #include "FirstIncludes.h"
2 #include <stdio.h>
3 #include "MemoryDebug.h"
4 
5 
6 #include "KKBaseTypes.h"
7 using namespace KKB;
8 
9 #include "ScannerClock.h"
10 using namespace KKLSC;
11 
12 
14  time (0)
15 {
16 }
17 
18 
20 {
21  kkint32 x = time;
22  time++;
23  return x;
24 }
25 
26 
27 
28 void ScannerClock::Time (kkint32 _time)
29 {
30  time = _time;
31 }
__int32 kkint32
Definition: KKBaseTypes.h:88
void Time(kkint32 _time)
kkint32 Time()
Returns the current value of &#39;time&#39; them increments by 1.
KKTHread * KKTHreadPtr
Contains Classes that are specific to Cameras physical characteristics.
Used by Scanner file routines to keep track of most current buffers.
Definition: ScannerClock.h:23