#include "AtracsysTracker.h"
#include <algorithm>
#include <cmath>
#include <fstream>
#include <map>
#include <string>
#include "ftkErrors.h"
#include "ftkEvent.h"
#include "ftkOptions.h"
#include "ftkInterface.h"
#include "ftkPlatform.h"
#include "ftkTypes.h"
#include <igsioCommon.h>
Go to the source code of this file.
|
bool | Geometry::assignFloatXX (IniFile &p, const std::string §ion, const std::string &key, floatXX *variable) |
|
bool | Geometry::assignUint32 (IniFile &p, const std::string §ion, const std::string &key, uint32 *variable) |
|
bool | Geometry::checkKey (IniFile &p, const std::string §ion, const std::string &key) |
|
bool | Geometry::checkSection (IniFile &p, const std::string §ion) |
|
void | FusionTrackEnumerator (uint64 sn, void *user, ftkDeviceType devType) |
|
void | stringFindAndReplaceAll (std::string &data, std::string toSearch, std::string replaceStr) |
|
◆ ATRACSYS_BUFFER_SIZE
#define ATRACSYS_BUFFER_SIZE 1024 |
◆ RESET_DROPPED_FRAME_COUNT
#define RESET_DROPPED_FRAME_COUNT 1 |
◆ FusionTrackEnumerator()
void FusionTrackEnumerator |
( |
uint64 |
sn, |
|
|
void * |
user, |
|
|
ftkDeviceType |
devType |
|
) |
| |
◆ stringFindAndReplaceAll()
void stringFindAndReplaceAll |
( |
std::string & |
data, |
|
|
std::string |
toSearch, |
|
|
std::string |
replaceStr |
|
) |
| |
◆ EQUALITY_DISTANCE_MM
const float EQUALITY_DISTANCE_MM = 2.0 |