|
| | AxisArp () |
| |
| | AxisArp (AxisRaw axisRaw) |
| |
| | AxisArp (LE_tData tdata, LE_tKeep tkeep, LE_tLast tlast) |
| |
| | AxisArp (const AxisArp &axisArp) |
| |
| void | setArpHardwareType (ArpHwType htype) |
| |
| ArpHwType | getArpHardwareType () |
| |
| void | setArpProtocolType (ArpProtType ptype) |
| |
| ArpProtType | getArpProtocolType () |
| |
| void | setArpHardwareLength (ArpHwLen hlen) |
| |
| ArpHwLen | getArpHardwareLength () |
| |
| void | setArpProtocolLength (ArpProtLen plen) |
| |
| ArpProtLen | getArpProtocolLength () |
| |
| void | setArpOperation (ArpOper oper) |
| |
| ArpOper | getArpOperation () |
| |
| void | setArpSenderHwAddr (ArpSendHwAddr sha) |
| |
| ArpSendHwAddr | getArpSenderHwAddr () |
| |
| void | setArpSenderProtAddrHi (ArpSendProtAddr spa) |
| |
| ap_uint< 16 > | getArpSenderProtAddrHi () |
| |
| void | setArpSenderProtAddrLo (ArpSendProtAddr spa) |
| |
| ap_uint< 32 > | getArpSenderProtAddrLo () |
| |
| void | setArpTargetHwAddr (ArpTargHwAddr tha) |
| |
| ArpTargHwAddr | getArpTargetHwAddr () |
| |
| void | setArpTargetProtAddr (ArpTargProtAddr tpa) |
| |
| ArpTargProtAddr | getArpTargetProtAddr () |
| |
| | AxisRaw () |
| |
| | AxisRaw (LE_tData tdata, LE_tKeep tkeep, LE_tLast tlast) |
| |
| tData | getTData (int leHi=64 -1, int leLo=0) const |
| |
| tKeep | getTKeep (int leHi=64/8-1, int leLo=0) const |
| |
| tLast | getTLast () const |
| |
| void | setTData (tData data) |
| |
| void | setTKeep (tKeep keep) |
| |
| void | setTLast (tLast last) |
| |
| LE_tData | getLE_TData (int leHi=64 -1, int leLo=0) const |
| |
| LE_tKeep | getLE_TKeep (int leHi=64/8-1, int leLo=0) const |
| |
| LE_tLast | getLE_TLast () const |
| |
| void | setLE_TData (LE_tData data, int leHi=64 -1, int leLo=0) |
| |
| void | setLE_TKeep (LE_tKeep keep, int leHi=64/8-1, int leLo=0) |
| |
| void | setLE_TLast (LE_tLast last) |
| |
| tDataHalf | getTDataHi () const |
| |
| tDataHalf | getTDataLo () const |
| |
| tKeepHalf | getTKeepHi () const |
| |
| tKeepHalf | getTKeepLo () const |
| |
| void | setTDataHi (tDataHalf halfData) |
| |
| void | setTDataLo (tDataHalf halfData) |
| |
| void | setTKeepHi (tKeepHalf halfKeep) |
| |
| void | setTKeepLo (tKeepHalf halfKeep) |
| |
| LE_tDataHalf | getLE_TDataHi () const |
| |
| LE_tDataHalf | getLE_TDataLo () const |
| |
| void | setLE_TDataHi (LE_tData data) |
| |
| void | setLE_TDataLo (LE_tData data) |
| |
| void | clearUnusedBytes () |
| |
| int | getLen () const |
| |
| int | getLenHi () |
| |
| int | getLenLo () |
| |
| bool | isValid () const |
| |
ARP Data over AXI4-STREAMING As Encoded by the 10GbE MAC (.i.e LITTLE-ENDIAN order).
Definition at line 115 of file AxisArp.hpp.