#include "KNI/kmlExt.h"
#include "KNI/kmlFactories.h"
#include "common/MathHelperFunctions.h"
#include "common/Timer.h"
#include <iostream>
#include <algorithm>
#include <vector>
Go to the source code of this file.
Defines | |
#define | max(a, b) (((a)>(b))?(a):(b)) |
Variables | |
KNI::Timer | kni_timer |
const int | POLLFREQUENCY = 300 |
Polling position every POLLFREQUENCY milliseconds. |
Definition at line 33 of file kmlExt.cpp.
const int POLLFREQUENCY = 300 |
Polling position every POLLFREQUENCY milliseconds.
Definition at line 36 of file kmlExt.cpp.