Questions tagged [high-level-architecture]

High-Level architecture (HLA) is an architecture for distributed computer simulation systems. Using HLA, computer simulations can interact with other computer simulations in a cross-platform manner. The interaction between simulations is managed by a Run-Time Infrastructure (RTI). HLA is an IEEE interoperability standard for distributed simulation.

High-Level Architecture (HLA) is a general purpose architecture for distributed computer simulation systems.

Using HLA, computer simulations can interact with other computer simulations in a cross-platform manner.

The interaction between simulations is managed by a Run-Time Infrastructure (RTI).

HLA is an IEEE interoperability standard for distributed simulation used to support analysis, engineering and training in a number of different domains.

See also

  • IEEE standard 1516-2010 describing the framework and rules of the High Level Architecture
  • the wikipedia entry.
15 questions
16
votes
5 answers

High-level Architecture (HLA) versus Distributed Interactive Simulation (DIS)

Is there a high-level overview of HLA versus DIS simulation frameworks? Can one host the other and vice-versa?
fogus
  • 6,126
  • 5
  • 36
  • 42
3
votes
2 answers

HLA - usage of timeAdvanceRequest()

I have HLA simulation in Java using pRTI with two federates. I want to advance time of my simulation. As far I know, following method is used for this purpose: _ambassador.timeAdvanceRequest(time); , where ambassador is an RTI ambassador. My…
Kao
  • 7,225
  • 9
  • 41
  • 65
2
votes
2 answers

Do I use provided time or user supplied tag when handling a reflect on a receive order attribute from a time managed federate?

In a simulation using RPR-FOM, if I get a reflectAttributeValues with a LogicalTime time stamp (simulation time) and the OrderType receive order in my FederateAmbassador. For dead reckoning algorithms do I use the time stamp supplied by the RTI or…
Robert F
  • 451
  • 3
  • 13
2
votes
3 answers

How to know if a federate has joined a federation in HLA

I am using HLA and the Portico RTI and I have a situation in which I have to know that if particular federates have joined the federation or not. Can someone help with this. This may be very basic but i am very new to HLA. Thanks in advance.
shubham
  • 313
  • 3
  • 7
1
vote
1 answer

Link error when subclassing NullFederateAmbassador

I am trying to write my own RTI implementation in C++. I imported the IEEE 1516 HLA evolved API, and created a subclass of NullFederateAmbassador. I get 60+ unresolved external symbol errors, attached below. The only C++ I have written is…
1
vote
0 answers

How can I correctly update an instance of a Federate?

I am using Pitch pRTI free and "World Map" simulator. I tried by looking at page 50 of "The HLA Tutorial.pdf" to set and update for a federate instance, but I am failing in it, I don't know why. In advance, the object in my code is instantiated and…
1
vote
2 answers

HLA: FOM vs SOM

I'm starting to study how to implement HLA in a project that I'm developing, and there's something that I can't understand very well. In a federation, the data that are exchanged are defined in the FOM (Federation Object Model), that contains all…
Jepessen
  • 11,744
  • 14
  • 82
  • 149
1
vote
2 answers

HLA Starter Kit Examples

I test examples from HLA Starter Kit by using Eclipse and Pitch pRTI Free. For fuelEconomy example, carsimj, simulationanager and mapviewer start normally. But simulation manager has only these commands Select a command 1: Start simulating 2: Stop…
0
votes
0 answers

Unable to run HLA application using Pitch RTI Free

I have been trying to run an application using Visual Studio and Pitch RTI Free. I have followed the instructions described in Ch 9 of the Pitch pRTI Users Guide. I have been attempting to use the chat-cc example shown included with the tutorial. …
0
votes
0 answers

Problem with SpatialFPStruct , RPR fom, netn2_2010 FOM. How should it be implemented?

I am trying to code a netn2_2010 FOM federate. I did some structures: WorldLocationStruct, WorldLocationStructEncoder, SpatialFPStruct , SpatialFPStructEncoder and others. My problem is, my WorldLocationStruct has 3 attributes X,Y and Z which are…
0
votes
0 answers

How to make a Federate object to appear inside another Federate software?

I am using Pitch pRTI Free and a Map federate and my objective is to make a "random vehicle" to appear inside this Map federate. I have already created a object instance with Spatial, EntityType, EntityIdentifier, ForceIdentifier, Marking,…
0
votes
1 answer

How are federate physics linked in High Level Architecture systems?

When two simulation systems are connected via HLA how are the physics engines linked? For example, if two armoured vehicles (entities) tank A from federate A and tank B from federate B collide how is the collision physics resolved? As I understand…
JeffV
  • 52,985
  • 32
  • 103
  • 124
0
votes
1 answer

lvcGame, VBS and HLA setup Error 127 out of LVCGame

I am trying to setup VBS to talk HLA to a legacy app using LVCGame. I am using openRTI currently in my project. I have LVCGame pointed to a directory with the following dlls: RTI-NG.dll OpenRIT.dll (copied from another folder) libRTI-NG.dll (copy…
Travis
  • 2,105
  • 2
  • 26
  • 35
0
votes
1 answer

HLA RTI and Unity3d

For a simulation project we would like to connect Unity3d with the HLA RTI from Portico. But the problem is we don't know whether it is possible. If yes how it is working. By the way we may use another RTI. It doesn't have to be Portico. But our…
sekogs
  • 292
  • 4
  • 18
0
votes
1 answer

HLA Starter Kit

Where can I find an introduction to the High Level Architecture (HLA) to help me build a distributed simulation?
ante
  • 1,045
  • 10
  • 29