Skip to content

open-dis-cppv1.1.0

Updated

DIS v6/v7 Library
C++ implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7

#Usage

The package open-dis-cpp provides CMake targets:

find_package(OpenDIS CONFIG REQUIRED)
target_link_libraries(main PRIVATE OpenDIS::OpenDIS6)
target_link_libraries(main PRIVATE OpenDIS::OpenDIS7)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • wadehunk's avatarwadehunk
  • Weihang Ding's avatarWeihang Ding

#Changelog

  • 0e7f9c1[open-dis-cpp] Update to 1.1.0 (#51019)
  • 928c150[open-dis-cpp] add new port (#29472)