VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
publicApi.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* ManagedMessageDelegate )(unsigned char *msg, int length)
 typedef for external function to handle messages coming from managedInterface

Functions

MANAGEDINTERFACE_DLL void managedMessageToManagedInterface (unsigned char *msg, int length)
 Handles a message sent to managedInterface from C#(on the C/C++ side)
MANAGEDINTERFACE_DLL void initalizeManagedInterface (ManagedMessageDelegate del, char *dataPath)
 place to register a C# message handler on the C++ side
MANAGEDINTERFACE_DLL void tick (double maxTime)
 Tick ManagedInterface.
MANAGEDINTERFACE_DLL void shutdown_managedInterface ()
 Shutdown ManagedInterface.

Typedef Documentation

typedef void(* ManagedMessageDelegate)(unsigned char *msg, int length)

typedef for external function to handle messages coming from managedInterface

Function Documentation

MANAGEDINTERFACE_DLL void initalizeManagedInterface ( ManagedMessageDelegate  del,
char *  dataPath 
)

place to register a C# message handler on the C++ side

MANAGEDINTERFACE_DLL void managedMessageToManagedInterface ( unsigned char *  msg,
int  length 
)

Handles a message sent to managedInterface from C#(on the C/C++ side)

MANAGEDINTERFACE_DLL void shutdown_managedInterface ( )

Shutdown ManagedInterface.

MANAGEDINTERFACE_DLL void tick ( double  maxTime)

Tick ManagedInterface.

Referenced by DtPublisherContainer< DtObjectPublisher >::tick().


Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)