VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
managedInterface
publicApi.h
Go to the documentation of this file.
1
/*********************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************************/
5
6
#pragma once
7
11
12
#include "
managedInterface/plugin.h
"
13
14
extern
"C"
15
{
17
MANAGEDINTERFACE_DLL
void
managedMessageToManagedInterface
(
unsigned
char
* msg,
int
length);
18
20
typedef
void (*
ManagedMessageDelegate
)(
unsigned
char
* msg,
int
length);
21
23
MANAGEDINTERFACE_DLL
void
initalizeManagedInterface
(
ManagedMessageDelegate
del,
char
* dataPath);
24
26
MANAGEDINTERFACE_DLL
void
tick
(
double
maxTime);
27
29
MANAGEDINTERFACE_DLL
void
shutdown_managedInterface
();
30
32
MANAGEDINTERFACE_DLL
bool
checkVrlLicense
();
33
}
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)