#include <ITransport.h>
Definition at line 6 of file ITransport.h.
| ITransport::ITransport |
( |
| ) |
|
|
inline |
| virtual ITransport::~ITransport |
( |
| ) |
|
|
inlinevirtual |
| void ITransport::enableLogging |
( |
bool |
enable | ) |
|
| void ITransport::logAck |
( |
const Ack & |
ack | ) |
|
|
protected |
| void ITransport::logPacket |
( |
const uint8_t * |
data, |
|
|
uint32_t |
length |
|
) |
| |
|
protected |
| virtual void ITransport::sendPacket |
( |
const uint8_t * |
data, |
|
|
uint32_t |
length, |
|
|
Ack & |
result |
|
) |
| |
|
pure virtual |
| virtual void ITransport::sendPacketNoAck |
( |
const uint8_t * |
data, |
|
|
uint32_t |
length |
|
) |
| |
|
pure virtual |
| bool ITransport::m_enableLogging |
|
protected |
| std::ofstream ITransport::m_file |
|
protected |
The documentation for this class was generated from the following files: