int16 beaconSeqId -> int8 flags + int8 beaconSeqId

This commit is contained in:
Matej Sekoranja
2014-11-17 12:14:52 +01:00
parent e462f9af53
commit 4e53da07c8
3 changed files with 10 additions and 5 deletions

View File

@@ -2877,7 +2877,8 @@ namespace epics {
GUID guid;
payloadBuffer->get(guid.value, 0, sizeof(guid.value));
int16 sequentalID = payloadBuffer->getShort();
/*int8 qosCode =*/ payloadBuffer->getByte();
int8 sequentalID = payloadBuffer->getByte();
int16 changeCount = payloadBuffer->getShort();
osiSockAddr serverAddress;