User Activity

  • Created merge request #39 on KDIS

    Updated calculation of PDU Size in Electromagnetic Emission PDU Constructor

  • Committed [b311ec]

    Updated PDU size for ElectromagneticEmissionPDU constrcutor taking a vector of EmissionSystem to account for the size of those EmissionSystems.

  • Created merge request #38 on KDIS

    Update for commit 759ab63

  • Modified a comment on ticket #70 on KDIS

    Yes, the memset in SetData should be the following: // Clear extra space if( DataSize < 15 ) memset( m_Data + DataSize, 0, 15 - DataSize ); As for not being able to set VARIABLE_PARAMETER_SIZE worth of data, VARIABLE_PARAMETER_SIZE is the size for the whole variable parameter. The Data portion of the class is only 15 Bytes as the Type is the first byte of the strucuture. I will try and get a the above patch in later this afternoon for the memset.

  • Created merge request #37 on KDIS

    Fixed #70: VariableParameter::SetData size handling

  • Posted a comment on ticket #70 on KDIS

    Yes, the memcpy in SetData should be the following: // Clear extra space if( DataSize < 15 ) memset( m_Data + DataSize, 0, 15 - DataSize ); As for not being able to set VARIABLE_PARAMETER_SIZE worth of data, VARIABLE_PARAMETER_SIZE is the size for the whole variable parameter. The Data portion of the class is only 15 Bytes as the Type is the first byte of the strucuture. I will try and get a the above patch in later this afternoon for the memset.

  • Updated merge request #36 on KDIS

    Fixed #70: VariableParameter::SetData size handling

  • Created merge request #36 on KDIS

    Fixed #70: VariableParameter::SetData size handling

View All

Personal Data

Username:
jaolaughlin
Joined:
2010-10-04 13:12:51

Projects

This is a list of open source software projects that James O'Laughlin is associated with:

Personal Tools

Monday.com Logo