VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
radioMessageAddressUtil.h File Reference

Go to the source code of this file.

Functions

DT_DLL_vrfmodel bool entityIsMessageSender (const DtVrfObject &entity, const DtVrfObjectMessage &radioMessage)
 This file contains declarations of utility functions used to identify the sender or receiver of a given radio message.
DT_DLL_vrfmodel bool messageSenderInList (const DtVrfObjectMessage &radioMessage, const std::set< DtUUID > &objectNameList, const DtVrfObjectManager &objectManager)
 Returns true if message sender is in the list of given object names.
DT_DLL_vrfmodel
DtSharedVrfObjectReference 
messageSenderObject (const DtVrfObjectMessage &radioMessage, const DtVrfObjectManager &objectManager)

Detailed Description

Function Documentation

DT_DLL_vrfmodel bool entityIsMessageSender ( const DtVrfObject 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 DtVrfObjectManager objectManager 
)

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

DT_DLL_vrfmodel DtSharedVrfObjectReference messageSenderObject ( const DtVrfObjectMessage radioMessage,
const DtVrfObjectManager objectManager 
)

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)