Tags: CNES/ccsdsmo-malc
Tags
Remove public access to private encoder / decoder. Private encoder / decoder used for PDU encoding are now always varint as the fixed part of the PDU is handled directly through malbinary methods. No longer change varint option on internal encoder / decoder (avoid a potential bug due to a lack of synchronization). Fix termination handling.
Merge pull request #31 from gbonnefille/fix-duration-encoding Fix duration encoding
Use javaLog level. Flush the out stream after a log write.