Uses of Class
edu.nps.moves.dis7.pdus.FixedDatum
Packages that use FixedDatum
Package
Description
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of FixedDatum in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus with type parameters of type FixedDatumModifier and TypeFieldDescriptionprotected List<FixedDatum>DatumSpecification.fixedDatumIDListvariable length list fixed datumsprotected List<FixedDatum>ActionRequestRPdu.fixedDatumRecordsFixed datum recordsprotected List<FixedDatum>ActionResponseRPdu.fixedDatumRecordsFixed datum recordsprotected List<FixedDatum>DataQueryRPdu.fixedDatumRecordsFixed datum recordsprotected List<FixedDatum>DataRPdu.fixedDatumRecordsFixed datum recordsprotected List<FixedDatum>EventReportRPdu.fixedDatumRecordsFixed datum recordsprotected List<FixedDatum>SetDataRPdu.fixedDatumRecordsFixed datum recordsprotected List<FixedDatum>ActionRequestPdu.fixedDatumsvariable length list of fixed datumsprotected List<FixedDatum>ActionResponsePdu.fixedDatumsfixed length list of fixed datumsprotected List<FixedDatum>DataPdu.fixedDatumsvariable length list of fixed datumsprotected List<FixedDatum>DataQueryPdu.fixedDatumsvariable length list of fixed datumsprotected List<FixedDatum>EventReportPdu.fixedDatumsvariable length list of fixed datumsprotected List<FixedDatum>SetDataPdu.fixedDatumsvariable length list of fixed datumsMethods in edu.nps.moves.dis7.pdus that return FixedDatumModifier and TypeMethodDescriptionFixedDatum.setFixedDatumID(VariableRecordType pFixedDatumID) Setter forfixedDatumIDFixedDatum.setFixedDatumValue(int pFixedDatumValue) Setter forfixedDatumValueMethods in edu.nps.moves.dis7.pdus that return types with arguments of type FixedDatumModifier and TypeMethodDescriptionDatumSpecification.getFixedDatumIDList()Getter forDatumSpecification.fixedDatumIDListActionRequestRPdu.getFixedDatumRecords()Getter forActionRequestRPdu.fixedDatumRecordsActionResponseRPdu.getFixedDatumRecords()Getter forActionResponseRPdu.fixedDatumRecordsDataQueryRPdu.getFixedDatumRecords()Getter forDataQueryRPdu.fixedDatumRecordsDataRPdu.getFixedDatumRecords()Getter forDataRPdu.fixedDatumRecordsEventReportRPdu.getFixedDatumRecords()Getter forEventReportRPdu.fixedDatumRecordsSetDataRPdu.getFixedDatumRecords()Getter forSetDataRPdu.fixedDatumRecordsActionRequestPdu.getFixedDatums()Getter forActionRequestPdu.fixedDatumsActionResponsePdu.getFixedDatums()Getter forActionResponsePdu.fixedDatumsDataPdu.getFixedDatums()Getter forDataPdu.fixedDatumsDataQueryPdu.getFixedDatums()Getter forDataQueryPdu.fixedDatumsEventReportPdu.getFixedDatums()Getter forEventReportPdu.fixedDatumsSetDataPdu.getFixedDatums()Getter forSetDataPdu.fixedDatumsMethod parameters in edu.nps.moves.dis7.pdus with type arguments of type FixedDatumModifier and TypeMethodDescriptionDatumSpecification.setFixedDatumIDList(List<FixedDatum> pFixedDatumIDList) Setter forDatumSpecification.fixedDatumIDListActionRequestRPdu.setFixedDatumRecords(List<FixedDatum> pFixedDatumRecords) Setter forActionRequestRPdu.fixedDatumRecordsActionResponseRPdu.setFixedDatumRecords(List<FixedDatum> pFixedDatumRecords) Setter forActionResponseRPdu.fixedDatumRecordsDataQueryRPdu.setFixedDatumRecords(List<FixedDatum> pFixedDatumRecords) Setter forDataQueryRPdu.fixedDatumRecordsDataRPdu.setFixedDatumRecords(List<FixedDatum> pFixedDatumRecords) Setter forDataRPdu.fixedDatumRecordsEventReportRPdu.setFixedDatumRecords(List<FixedDatum> pFixedDatumRecords) Setter forEventReportRPdu.fixedDatumRecordsSetDataRPdu.setFixedDatumRecords(List<FixedDatum> pFixedDatumRecords) Setter forSetDataRPdu.fixedDatumRecordsActionRequestPdu.setFixedDatums(List<FixedDatum> pFixedDatums) Setter forActionRequestPdu.fixedDatumsActionResponsePdu.setFixedDatums(List<FixedDatum> pFixedDatums) Setter forActionResponsePdu.fixedDatumsDataPdu.setFixedDatums(List<FixedDatum> pFixedDatums) Setter forDataPdu.fixedDatumsDataQueryPdu.setFixedDatums(List<FixedDatum> pFixedDatums) Setter forDataQueryPdu.fixedDatumsEventReportPdu.setFixedDatums(List<FixedDatum> pFixedDatums) Setter forEventReportPdu.fixedDatumsSetDataPdu.setFixedDatums(List<FixedDatum> pFixedDatums) Setter forSetDataPdu.fixedDatums