Modifications to resolve issues found during self-code review.
This commit is contained in:
@@ -113,12 +113,16 @@ public:
|
||||
// Parameters:
|
||||
// buff (input) -
|
||||
// Reference to buffer containing the packet data.
|
||||
//
|
||||
// hdrLength (input) -
|
||||
// Length of the channel header.
|
||||
//
|
||||
// Abstract: Returns the type of the specified channel packet.
|
||||
//
|
||||
// Returns: Channel packet type.
|
||||
//
|
||||
static PacketTypes getPktType(char &buff);
|
||||
static PacketTypes getPktType(char &buff,
|
||||
int hdrLength);
|
||||
|
||||
//
|
||||
// Get Req Id and Payload Length Values routine
|
||||
|
||||
Reference in New Issue
Block a user