VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
simpleC
interface.h
Go to the documentation of this file.
1
#ifdef __cplusplus
2
extern
"C"
{
3
#endif
4
5
/* routines to interface between listenC.c and VR-Link C++ calls */
6
7
void
initVRLink
(
int
argc,
char
*argv[]);
8
void
tickVRLink
();
9
double
*
firstEntityPosition
();
10
11
#ifdef __cplusplus
12
}
13
#endif
initVRLink
void initVRLink(int argc, char *argv[])
firstEntityPosition
double * firstEntityPosition()
tickVRLink
void tickVRLink()
Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)