|
roo_transport
API Documentation for roo_transport
|
#include <seq_num.h>
Public Member Functions | |
| SeqNum (uint16_t seq) | |
| bool | operator== (SeqNum other) const |
| bool | operator!= (SeqNum other) const |
| bool | operator< (SeqNum other) const |
| bool | operator<= (SeqNum other) const |
| bool | operator> (SeqNum other) const |
| bool | operator>= (SeqNum other) const |
| SeqNum & | operator++ () |
| SeqNum | operator++ (int) |
| SeqNum & | operator+= (int increment) |
| int | operator- (SeqNum other) const |
| SeqNum | operator+ (int other) const |
| SeqNum | operator- (int other) const |
| uint16_t | raw () const |
|
inline |
|
inline |
|
inline |
Definition at line 70 of file seq_num.h.
Referenced by roo_transport::internal::FormatPacketHeader(), roo_transport::internal::RingBuffer::offset_for(), roo_transport::internal::RingBuffer::restorePosHighBits(), and roo_transport::internal::Receiver::setConnected().