KDIS::DATA_TYPE::ClockTime does not handle timePastHour correctly
DIS(IEEE 1278.1) Fully Implemented in C++
Brought to you by:
karljj1
KDIS::DATA_TYPE::ClockTime treats its m_ui32TimePastHour member as a simple uint32, when the standard seems clear that it is a timestamp, with the LSB flagging abs or relative time. That LSB must be shifted out in order to calculate the correct time past the hour.
Anonymous
Hey thanks ill take a look into it.