So, we are 2 years later. I do have an rpm spec file, if anyone is interested. Glad to share, just e-mail me.
patch that fixes the above failures. it could also be fixed by initialization, let me know if you would rather I go down that path. --bud diff --git a/KDIS/KDIS/PDU/Live_Entity/Appearance_PDU.cpp b/KDIS/KDIS/PDU/Live_Entity/Appearance_PDU.cpp index 5a5b551..df3fc9f 100644 --- a/KDIS/KDIS/PDU/Live_Entity/Appearance_PDU.cpp +++ b/KDIS/KDIS/PDU/Live_Entity/Appearance_PDU.cpp @@ -749,15 +749,15 @@ KBOOL Appearance_PDU::operator == ( const Appearance_PDU & Value ) const if( LE_Header::operator != ( Value...
linux test failures
DIS 7 gives 4 fails, DIS 6 gives 2 fails. This makes the failure go away. I am using linux and gcc 8 diff --git a/KDIS/KDIS/PDU/Live_Entity/Appearance_PDU.cpp b/KDIS/KDIS/PDU/Live_Entity/Appearance_PDU.cpp index 5a5b551..df3fc9f 100644 --- a/KDIS/KDIS/PDU/Live_Entity/Appearance_PDU.cpp +++ b/KDIS/KDIS/PDU/Live_Entity/Appearance_PDU.cpp @@ -749,15 +749,15 @@ KBOOL Appearance_PDU::operator == ( const Appearance_PDU & Value ) const if( LE_Header::operator != ( Value ) ) return false; if( m_AppearanceFlag1Union.m_ui8Flag...
[ FAILED ] 4 tests, listed below: [ FAILED ] EncodeDecodeTest/9.PDU_EncodeDecode6, where TypeParam = KDIS::PDU::Appearance_PDU [ FAILED ] EncodeDecodeTest/9.PDU_EncodeDecode6_IgnoreHeader, where TypeParam = KDIS::PDU::Appearance_PDU [ FAILED ] EncodeDecodeTest/10.PDU_EncodeDecode6_IgnoreHeader, where TypeParam = KDIS::PDU::Articulated_Parts_PDU [ FAILED ] EncodeDecodeTest/12.PDU_EncodeDecode6_IgnoreHeader, where TypeParam = KDIS::PDU::LE_Fire_PDU Are these known failures or does it suggest a problem...
Performance
Linux
Hello All, I am looking for a couple of publicly available (No ITAR or other problems) recordings of a DIS exercise. Using the KDIS format (record/playback examples) would be great. I teach an undergraduate Software Engineering class; thinking of creating a semester project out of using KDIS and delving into a unique application domain. Any assistance would be apreciated. My e-mail is jimmie.davis@uta.edu. regards, Bud Davis