KSquare Utilities
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
13
ScannerClock
::
ScannerClock
():
14
time (0)
15
{
16
}
17
18
19
kkint32
ScannerClock
::
Time
()
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
}
KKB::kkint32
__int32 kkint32
Definition:
KKBaseTypes.h:88
KKLSC::ScannerClock::Time
void Time(kkint32 _time)
Definition:
ScannerClock.cpp:28
KKLSC::ScannerClock::Time
kkint32 Time()
Returns the current value of 'time' them increments by 1.
Definition:
ScannerClock.cpp:19
KKB::KKTHreadPtr
KKTHread * KKTHreadPtr
Definition:
KKThreadManager.h:20
KKLSC
Contains Classes that are specific to Cameras physical characteristics.
Definition:
FlatFieldCorrection.h:15
KKLSC::ScannerClock::ScannerClock
ScannerClock()
Definition:
ScannerClock.cpp:13
KKLSC::ScannerClock
Used by Scanner file routines to keep track of most current buffers.
Definition:
ScannerClock.h:23
KKLineScanner
ScannerClock.cpp
Generated on Thu Mar 31 2016 22:46:38 for KSquare Utilities by
1.8.11