MAK RTIspy API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs

Go to the source code of this file.

Classes

class  DtFedExCallbackInfo
 Info for fed ex callbacks. More...
 
class  DtTickCallbackInfo
 Info for tick callbacks. More...
 
class  DtTickWithExecCallbackInfo
 Info for tick callbacks with DtRtiExec reference. More...
 
class  DtLogFileNameCallbackInfo
 Info for log file name callbacks. More...
 
class  DtRtiExec
 

Namespaces

 RTI_API
 Instances of DtRtiExec implement a central server responsible for keeping track of all federation executions.
 

Typedefs

typedef std::shared_ptr
< DtExtendedRtiMsgForwarder
DtRtiMsgForwarderSP
 Smart pointer to forwarder needed for vlThreads. More...
 
typedef DtRtiExec *(* DtRtiExecCreator )(DtRIDParameters *p, std::shared_ptr< DtFilePrinter > logPrinter, bool autoExit, const DtRtiConnectionInfoDataPair &connInfo)
 DtRtiExec creator callback signature. More...
 
typedef void(* DtFedExCbFn )(DtFedExec *exec, void *usr)
 Create/Destroy federation callback function signature. More...
 
typedef void(* DtTickCbFn )(void *usr)
 Tick callback function signatures. More...
 
typedef void(* DtTickWithExecCbFn )(const DtRtiExec &exec, void *usr)
 
typedef void(* DtLogFileNameCbFn )(const DtFilename &file, void *usr)
 Log file name update callback function signature. More...
 

Typedef Documentation

typedef void(* DtFedExCbFn)(DtFedExec *exec, void *usr)

Create/Destroy federation callback function signature.

typedef void(* DtLogFileNameCbFn)(const DtFilename &file, void *usr)

Log file name update callback function signature.

typedef DtRtiExec*(* DtRtiExecCreator)(DtRIDParameters *p, std::shared_ptr< DtFilePrinter > logPrinter, bool autoExit, const DtRtiConnectionInfoDataPair &connInfo)

DtRtiExec creator callback signature.

Smart pointer to forwarder needed for vlThreads.

typedef void(* DtTickCbFn)(void *usr)

Tick callback function signatures.

typedef void(* DtTickWithExecCbFn)(const DtRtiExec &exec, void *usr)

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)