def to_binary(self): """Produce a framed/packed SBP message. """ c = containerize(exclude_fields(self)) self.payload = MsgStmFlashUnlockSector._parser.build(c) return self.pack()
def to_binary(self): """Produce a framed/packed SBP message. """ c = containerize(exclude_fields(self)) self.payload = MsgSettingsReadByIndexResp._parser.build(c) return self.pack()
def to_binary(self): """Produce a framed/packed SBP message. """ c = containerize(exclude_fields(self)) self.payload = MsgFileioConfigResp._parser.build(c) return self.pack()
def to_binary(self): """Produce a framed/packed SBP message. """ c = Container(**exclude_fields(self)) self.payload = MsgIarState._parser.build(c) return self.pack()
def to_binary(self): """Produce a framed/packed SBP message. """ c = containerize(exclude_fields(self)) self.payload = MsgBootloaderJumpToApp._parser.build(c) return self.pack()
def to_binary(self): """Produce a framed/packed SBP message. """ c = containerize(exclude_fields(self)) self.payload = MsgM25FlashWriteStatus._parser.build(c) return self.pack()
def to_binary(self): """Produce a framed/packed SBP message. """ c = containerize(exclude_fields(self)) self.payload = MsgEphemerisDepA._parser.build(c) return self.pack()
def to_json_dict(self): self.to_binary() d = super( MsgBaselineHeading, 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(MsgUartStateDepa, 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(MsgResetFilters, 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(MsgDeviceMonitor, 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( MsgCsacTelemetryLabels, 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(MsgTrackingIq, 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( MsgOrientEuler, 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( MsgSettingsWrite, 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(MsgFileioConfigResp, self).to_json_dict() j = walk_json_dict(exclude_fields(self)) d.update(j) return d
def to_binary(self): """Produce a framed/packed SBP message. """ c = containerize(exclude_fields(self)) self.payload = MsgTrackingStateDetailedDep._parser.build(c) return self.pack()