#include <protocol.h>

Public Member Functions | |
| Payload (DefaultCtrTag) | |
| virtual | ~Payload () |
Public Attributes | |
| Command | m_command |
| Burst | m_burst |
| Address | m_address |
| ThreadId | m_threadid |
| bool | m_last |
| bool | m_srmd |
| AddressMode | m_address_mode |
| ByteEnable | m_byte_enable |
| Data | m_data |
Protected Member Functions | |
| SAMPA_PERSISTENT (Payload) | |
Protected Attributes | |
| int | m_num_ref |
| Payload * | m_next |
Friends | |
| class | Transaction |
| class | FactoryBase |
Definition at line 127 of file protocol.h.
| Sampa::Transaction::Payload::Payload | ( | DefaultCtrTag | ) |
| virtual Sampa::Transaction::Payload::~Payload | ( | ) | [virtual] |
| Sampa::Transaction::Payload::SAMPA_PERSISTENT | ( | Payload | ) | [protected] |
friend class Transaction [friend] |
Definition at line 143 of file protocol.h.
friend class FactoryBase [friend] |
Definition at line 144 of file protocol.h.
Definition at line 130 of file protocol.h.
Definition at line 131 of file protocol.h.
Definition at line 132 of file protocol.h.
Definition at line 133 of file protocol.h.
Definition at line 134 of file protocol.h.
Definition at line 135 of file protocol.h.
Definition at line 136 of file protocol.h.
Definition at line 137 of file protocol.h.
Definition at line 138 of file protocol.h.
int Sampa::Transaction::Payload::m_num_ref [protected] |
Definition at line 140 of file protocol.h.
Payload* Sampa::Transaction::Payload::m_next [protected] |
Definition at line 141 of file protocol.h.
1.5.3