Registry / networking / open-dis-cpp

open-dis-cpp

JSON →
library1.0.1vcpkgunverified

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

vcpkg install open-dis-cpp
INSTALL
IMPORT
SIG · OPEN-DIS-CPP
O
open-dis-cpp
networkingcppv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpenDIS/OpenDIS.h
#include <OpenDIS/OpenDIS.h>

Minimal example creating an EntityState PDU.

#include <OpenDIS/OpenDIS.h> #include <iostream> int main() { OpenDIS::EntityStatePdu pdu; pdu.setEntityID(1, 0, 0); std::cout << "Entity ID set" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

open-dis-cpp — pip install open-dis-cpp · libregistry