mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
Merge 48f0d867ad into b7d17ee3b3
This commit is contained in:
commit
aa7554172c
|
|
@ -526,10 +526,10 @@ void CDcsProtocol::EncodeDisconnectPacket(CBuffer *Buffer, CClient *Client)
|
||||||
Buffer->Set((uint8 *)(const char *)Client->GetCallsign(), CALLSIGN_LEN-1);
|
Buffer->Set((uint8 *)(const char *)Client->GetCallsign(), CALLSIGN_LEN-1);
|
||||||
Buffer->Append((uint8)' ');
|
Buffer->Append((uint8)' ');
|
||||||
Buffer->Append((uint8)Client->GetModule());
|
Buffer->Append((uint8)Client->GetModule());
|
||||||
|
Buffer->Append((uint8)' ');
|
||||||
Buffer->Append((uint8)0x00);
|
Buffer->Append((uint8)0x00);
|
||||||
Buffer->Append((uint8 *)(const char *)GetReflectorCallsign(), CALLSIGN_LEN-1);
|
Buffer->Append((uint8 *)(const char *)GetReflectorCallsign(), CALLSIGN_LEN-1);
|
||||||
Buffer->Append((uint8)' ');
|
Buffer->Append((uint8)' ');
|
||||||
Buffer->Append((uint8)0x00);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CDcsProtocol::EncodeDvPacket(const CDvHeaderPacket &Header, const CDvFramePacket &DvFrame, uint32 iSeq, CBuffer *Buffer) const
|
void CDcsProtocol::EncodeDvPacket(const CDvHeaderPacket &Header, const CDvFramePacket &DvFrame, uint32 iSeq, CBuffer *Buffer) const
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue