#include <NetCommandRef.h>
Inherits MemoryPoolObject.
Definition at line 45 of file NetCommandRef.h.
◆ NetCommandRef()
Constructor. Attach to the given network command.
Definition at line 40 of file NetCommandRef.cpp.
◆ getCommand()
◆ getNext()
Return the next command ref in the list.
Definition at line 91 of file NetCommandRef.h.
◆ getPrev()
Return the previous command ref in the list.
Definition at line 99 of file NetCommandRef.h.
◆ getRelay()
Return the send relay for this refreence of the command.
Definition at line 147 of file NetCommandRef.h.
◆ getTimeLastSent()
| time_t NetCommandRef::getTimeLastSent |
( |
| ) |
const |
|
inline |
Return the time for the last time this command was sent from this reference.
Definition at line 123 of file NetCommandRef.h.
◆ setNext()
◆ setPrev()
◆ setRelay()
Set the send relay for this reference of the command.
Definition at line 139 of file NetCommandRef.h.
◆ setTimeLastSent()
| void NetCommandRef::setTimeLastSent |
( |
time_t | timeLastSent | ) |
|
|
inline |
Set the time for the last time this command was sent from this reference.
Definition at line 131 of file NetCommandRef.h.
◆ m_msg
◆ m_next
◆ m_prev
◆ m_relay
Need this in the command reference since the relay value will be different depending on where this particular reference is being sent.
Definition at line 72 of file NetCommandRef.h.
◆ m_timeLastSent
| time_t NetCommandRef::m_timeLastSent |
|
protected |
The documentation for this class was generated from the following files: