Yate
|
#include <yatesig.h>
Public Member Functions | |
SS7SCCPDataSegment (unsigned int index, unsigned int length) | |
virtual | ~SS7SCCPDataSegment () |
void | fillSegment (DataBlock &temp, const DataBlock &orig) |
Helper class to memorize SCCP data segments
SS7SCCPDataSegment | ( | unsigned int | index, |
unsigned int | length | ||
) | [inline] |
Constructor
index | The index in the original DataBlock where this segment starts |
length | The length of this segment |
virtual ~SS7SCCPDataSegment | ( | ) | [inline, virtual] |
Destructor
void fillSegment | ( | DataBlock & | temp, |
const DataBlock & | orig | ||
) | [inline] |
Assignees to a DataBlock this segment's data
temp | The destination DataBlock segment |
orig | The original DataBlock where this segment is located |
References DataBlock::assign(), and DataBlock::data().