dis_rust/entity_information/mod.rs
1// dis-rust - A rust implementation of the DIS simulation protocol.
2// Copyright (C) 2022 Thomas Mann
3//
4// This software is dual-licensed. It is available under the conditions of
5// the GNU Affero General Public License (see the LICENSE file included)
6// or under a commercial license (email contact@coffeebreakdevs.com for
7// details).
8
9//! PDUs/data belonging to the Entity Information PDU family
10pub mod entity_appearance_record;
11pub mod entity_state_pdu;
12pub mod general_appearance_record;
13pub mod specific_appearance_record;
14pub mod dead_reckoning_parameters_record;
15pub mod entity_marking_record;
16pub mod entity_capabilities_record;