equal
deleted
inserted
replaced
138 /// This is used to decide whether this element should be added to the frame or not |
138 /// This is used to decide whether this element should be added to the frame or not |
139 uint8_t m_heSupported; |
139 uint8_t m_heSupported; |
140 }; |
140 }; |
141 |
141 |
142 std::ostream &operator << (std::ostream &os, const HeOperation &HeOperation); |
142 std::ostream &operator << (std::ostream &os, const HeOperation &HeOperation); |
143 std::istream &operator >> (std::istream &is, HeOperation &HeOperation); |
|
144 |
|
145 ATTRIBUTE_HELPER_HEADER (HeOperation); |
|
146 |
143 |
147 } //namespace ns3 |
144 } //namespace ns3 |
148 |
145 |
149 #endif /* HE_OPERATION_H */ |
146 #endif /* HE_OPERATION_H */ |