VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
radioMessageAddressUtil.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <set>
14 #include <vlutil/vlString.h>
17 #include "vrfobjcore/simObject.h"
18 
19 class DtSimObject;
20 class DtSimObjectManager;
21 class DtVrfObjectMessage;
22 
28 
31  const DtVrfObjectMessage& radioMessage);
32 
35  const std::set<DtUUID>& objectNameList,
36  const DtSimObjectManager& objectManager);
37 
39  const DtSimObjectManager& objectManager);
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
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 giv...
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)
The base class for all messages to/from a specific DtVrfObject. Various subclasses of this class will...
Definition: vrfObjectMessage.h:30
This class is the central access point for all current-frame state of all objects in the simulation i...
Definition: simObjectManager.h:32
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:80

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)