PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Macros | Functions | Variables
AtracsysTracker.cxx File Reference
#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>
Include dependency graph for AtracsysTracker.cxx:

Go to the source code of this file.

Macros

#define ATRACSYS_BUFFER_SIZE   1024
 
#define RESET_DROPPED_FRAME_COUNT   1
 

Functions

void FusionTrackEnumerator (uint64 sn, void *user, ftkDeviceType devType)
 
bool strToFloat32 (const std::string &str, float &var)
 
bool strToInt32 (const std::string &str, int &var)
 

Variables

const float EQUALITY_DISTANCE_MM = 2.0
 

Macro Definition Documentation

◆ ATRACSYS_BUFFER_SIZE

#define ATRACSYS_BUFFER_SIZE   1024

Definition at line 27 of file AtracsysTracker.cxx.

◆ RESET_DROPPED_FRAME_COUNT

#define RESET_DROPPED_FRAME_COUNT   1

Definition at line 28 of file AtracsysTracker.cxx.

Function Documentation

◆ FusionTrackEnumerator()

void FusionTrackEnumerator ( uint64  sn,
void *  user,
ftkDeviceType  devType 
)

Definition at line 512 of file AtracsysTracker.cxx.

◆ strToFloat32()

bool strToFloat32 ( const std::string &  str,
float &  var 
)

Definition at line 51 of file AtracsysTracker.cxx.

◆ strToInt32()

bool strToInt32 ( const std::string &  str,
int var 
)

Definition at line 31 of file AtracsysTracker.cxx.

Variable Documentation

◆ EQUALITY_DISTANCE_MM

const float EQUALITY_DISTANCE_MM = 2.0

Definition at line 1436 of file AtracsysTracker.cxx.