: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. .. **************************************************************************** .. _DisEventId: DisEventId ---------- .. class:: DisEventId .. parsed-literal:: :method:`DisEventId.Site` :method:`DisEventId.Application` :method:`DisEventId.Number` Overview ======== DisEventId_ is an implementation of the DIS event ID. The event ID is used by DIS to correlate events. Methods ======= .. method:: int Site() Returns the site ID. .. method:: int Application() Returns the application ID. .. method:: int Number() Returns an event ID.