forked from compAIR/libcreate
Expose functions for getting number of corrupt packets and total packets in Create class
This commit is contained in:
parent
bcd27b788a
commit
9cb3250268
5 changed files with 20 additions and 11 deletions
|
@ -505,4 +505,12 @@ namespace create {
|
|||
return vel;
|
||||
}
|
||||
|
||||
uint64_t Create::getNumCorruptPackets() const {
|
||||
return serial->getNumCorruptPackets();
|
||||
}
|
||||
|
||||
uint64_t Create::getTotalPackets() const {
|
||||
return serial->getTotalPackets();
|
||||
}
|
||||
|
||||
} // end namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue