You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encoder::Status CBORMessageEncoderClass::encode(Message* message, uint8_t * data, size_t& len) { // TODO do we need to propagate the maximum length?
14
+
Encoder::Status CBORMessageEncoderSingleton::encode(Message* message, uint8_t * data, size_t& len) { // TODO do we need to propagate the maximum length?
16
15
// prepare cbor structure
17
16
CborEncoder encoder;
18
17
@@ -35,17 +34,16 @@ Encoder::Status CBORMessageEncoderClass::encode(Message* message, uint8_t * data
0 commit comments