VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
radioMessageAddressUtil.h File Reference

Go to the source code of this file.

Functions

DT_DLL_vrfmodel bool entityIsMessageSender (const DtSimObject &entity, const DtVrfObjectMessage &radioMessage)
 
DT_DLL_vrfmodel bool messageSenderInList (const DtVrfObjectMessage &radioMessage, const std::set< DtUUID > &objectNameList, const DtSimObjectManager &objectManager)
 
DT_DLL_vrfmodel
DtSimObjectReference 
messageSenderObject (const DtVrfObjectMessage &radioMessage, const DtSimObjectManager &objectManager)
 

Function Documentation

DT_DLL_vrfmodel bool entityIsMessageSender ( const DtSimObject entity,
const DtVrfObjectMessage radioMessage 
)

This file contains declarations of utility functions used to identify the sender or receiver of a given radio message. The transmitter and reciever strings in radio messages may be specified as either object name (recommended) or echelon Id string (obsolete). New code should exclusively use object names to identify transmitter and receiver.

Returns true if entity is the message sender (transmitter), false otherwise.

DT_DLL_vrfmodel bool messageSenderInList ( const DtVrfObjectMessage radioMessage,
const std::set< DtUUID > &  objectNameList,
const DtSimObjectManager objectManager 
)

Returns true if message sender is in the list of given object names.

DT_DLL_vrfmodel DtSimObjectReference messageSenderObject ( const DtVrfObjectMessage radioMessage,
const DtSimObjectManager objectManager 
)

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)