Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def to_json_dict(self):
self.to_binary()
d = super( MsgSbasRaw, self).to_json_dict()
j = walk_json_dict(exclude_fields(self))
d.update(j)
return d
def to_json_dict(self):
self.to_binary()
d = super( MsgOdometry, self).to_json_dict()
j = walk_json_dict(exclude_fields(self))
d.update(j)
return d
def to_json_dict(self):
self.to_binary()
d = super( MsgSsrGridDefinition, self).to_json_dict()
j = walk_json_dict(exclude_fields(self))
d.update(j)
return d
def to_json_dict(self):
self.to_binary()
d = super( MsgSpecan, self).to_json_dict()
j = walk_json_dict(exclude_fields(self))
d.update(j)
return d
def to_json_dict(self):
self.to_binary()
d = super( MsgUserData, self).to_json_dict()
j = walk_json_dict(exclude_fields(self))
d.update(j)
return d
def to_json_dict(self):
self.to_binary()
d = super( MsgEphemerisGPSDepE, self).to_json_dict()
j = walk_json_dict(exclude_fields(self))
d.update(j)
return d
def to_json_dict(self):
self.to_binary()
d = super( MsgNdbEvent, self).to_json_dict()
j = walk_json_dict(exclude_fields(self))
d.update(j)
return d
def to_json_dict(self):
self.to_binary()
d = super( MsgFlashErase, self).to_json_dict()
j = walk_json_dict(exclude_fields(self))
d.update(j)
return d
def to_json_dict(self):
self.to_binary()
d = super( MsgMaskSatelliteDep, self).to_json_dict()
j = walk_json_dict(exclude_fields(self))
d.update(j)
return d
def to_json_dict(self):
self.to_binary()
d = super( MsgBootloaderJumpToApp, self).to_json_dict()
j = walk_json_dict(exclude_fields(self))
d.update(j)
return d