VR-Engage  2.2
Loading...
Searching...
No Matches
vortexStateRepository.h File Reference
Include dependency graph for vortexStateRepository.h:

Go to the source code of this file.

Classes

class  DtVortexStateRepository
 

Typedefs

using DtLocationCallbackFunction = void (*)(const DtVector& location, void* userData)
 
using DtHeadingCallbackFunction = void (*)(DtReal heading, void* userData)
 
using DtLocationCallbackList = DtCallbackList<const DtVector&>
 
using DtHeadingCallbackList = DtCallbackList<DtReal>
 

Variables

const char DtVortexStateRepositoryType [] = "vortex-state-repository"
 

Typedef Documentation

◆ DtLocationCallbackFunction

using DtLocationCallbackFunction = void (*)(const DtVector& location, void* userData)

Function type for location change callbacks.

Parameters
locationThe new location
userDataUser data pointer passed to the callback

◆ DtHeadingCallbackFunction

using DtHeadingCallbackFunction = void (*)(DtReal heading, void* userData)

Function type for heading change callbacks.

Parameters
headingThe new heading
userDataUser data pointer passed to the callback

◆ DtLocationCallbackList

using DtLocationCallbackList = DtCallbackList<const DtVector&>

Callback list type for location changes.

◆ DtHeadingCallbackList

using DtHeadingCallbackList = DtCallbackList<DtReal>

Callback list type for heading changes.

Variable Documentation

◆ DtVortexStateRepositoryType

const char DtVortexStateRepositoryType[] = "vortex-state-repository"

Type identifier for the Vortex state repository.