MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Files | Typedefs | Enumerations
The RTIspy RTI Utility Library (rtiutil)

As a library extension of the MAK RTI API, rtiutil library contains classes and functions of general use to the RTI libraries. More...

Classes

class  DtAssistantPopupHelper
 DtAssistantPopupHelper inherits from DtPopupHelper. More...
class  DtBaseConfig
 Stores the base configuration information and handles saving and loading this information from an XML file. More...
class  DtFixedGridConfiguration
 DtFixedGridConfiguration loads and processes a DDM fixed grid configuration file. More...
class  DtMessageCallbackManager< T_Message, T_MessageKind >
 The DtMessageCallbackManager template can be instantiated to declare a message callback manager for a given message class. More...
class  DtMsgBundler
 The DtMsgBundler class provides a means for bundling and unbundling messages. More...
class  DtMsgCompressor
 The DtMsgCompressor class provides a means for compressing and uncompressing messages. More...
class  DtMsgHeaderReader
 The DtMsgHeaderReader class provides an interface to read data from the headers of messages. More...
class  DtMsgSocket
 The DtMsgSocket provides a wrapper around the DtInetSocket class to operate on messages rather than just raw data. More...
class  DtPopupHelper
 DtPopupHelper is a base popupHelper class. More...
class  DtRIDParameters
 This class manages the RTI's start-up configuration using both MTL variables and functions. More...
class  DtRtiChooserCache
 Stores the cached MAK_RTIDIR's that a user has selected through the rtiChooser. More...
class  DtSortedListItem
 DtSortedListItem is an envelope class used by DtSortedList. More...
class  DtTcpMsgSocket
 The DtTcpMsgSocket class provides an address family independent TCP socket that handles RTI messages. More...
class  DtUdpMsgSocket
 The DtUdpMsgSocket class provides an address family independent UDP socket that handles RTI messages. More...

Files

file  baseConfig.h
file  bitMask.h
file  fixedGridConfiguration.h
 Defines DtFixedGridConfiguration used to configure the DDM fixed grid.
file  messageCallbackManager.h
 Declares a template class for managing message callbacks.
file  msgBundler.h
 This file contains the declaration of the DtMsgBundler class.
file  msgCompressor.h
 This file contains the declaration of the DtMsgCompressor class.
file  msgHeaderReader.h
file  msgSocket.h
 This file contains the declaration of the DtMsgSocket base class.
file  popupHelper.h
file  rtiAmbAPITypes.h
file  rtiChooserCache.h
file  rtiMsConfig.h
file  rtiUtil.h
file  rtiVersion.h
file  scopedNotifyLevelChange.h
file  sortedList.h
file  tcpMsgSocket.h
 This file contains the declaration of the DtTcpMsgSocket base class.
file  udpMsgSocket.h
 This file contains the declaration of the DtUdpMsgSocket base class.

Typedefs

typedef enum
DtProcessInteractivity_enum__rti__ 
DtProcessInteractivityMode__rti__
 This function may be moved into VR-Link in the future.

Enumerations

enum  DtProcessInteractivity_enum__rti__ { DtProcFullyDetached__rti__, DtProcNonInteractive__rti__, DtProcFgInteractive__rti__, DtProcBgInteractive__rti__ }
 This function may be moved into VR-Link in the future. More...

Detailed Description

As a library extension of the MAK RTI API, rtiutil library contains classes and functions of general use to the RTI libraries.

Typedef Documentation

This function may be moved into VR-Link in the future.

Enumeration Type Documentation

This function may be moved into VR-Link in the future.

Enumerator:
DtProcFullyDetached__rti__ 

No terminal/console, no keyboard input.

DtProcNonInteractive__rti__ 

Hidden terminal/console, no keyboard input.

DtProcFgInteractive__rti__ 

use existing terminal/console for input/output

DtProcBgInteractive__rti__ 

On Windows uses new fully interactive console On Unix launched as background process as part of parent's process group.

Can be brought to foreground


Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)