:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** .. _DisEmission: DisEmission ----------- .. class:: DisEmission inherits DisPdu .. parsed-literal:: :method:`DisEmission.EmitterId` :method:`DisEmission.EventId` :method:`DisEmission.StateUpdate` :method:`DisEmission.SystemCount` :method:`DisEmission.FirstSystem` :method:`DisEmission.NextSystem` Overview ======== DisEmission_ is an implementation of the DIS emission PDU. Emission PDUs are used to communicate information about radio emissions from a platform. Methods ======= .. method:: DisEntityId EmitterId() Returns the ID of the subject platform. .. method:: DisEventId EventId() Returns the ID associated with the emission event. .. method:: int StateUpdate() Returns the state update value. .. method:: int SystemCount() Returns the number of :class:`DisSystem` associated with the PDU. .. method:: DisSystem FirstSystem() Returns the first system. .. method:: DisSystem NextSystem() Returns the system after the one previously returned by FirstSystem or NextSystem.