#include <shimheader.h>
Definition at line 45 of file shimheader.h.
◆ ShimHeader() [1/2]
EMANE::Models::CommEffect::ShimHeader::ShimHeader |
( |
const void * |
p, |
|
|
size_t |
length |
|
) |
| |
◆ ShimHeader() [2/2]
EMANE::Models::CommEffect::ShimHeader::ShimHeader |
( |
const TimePoint & |
txTimePoint, |
|
|
std::uint32_t |
u32GroupId, |
|
|
std::uint32_t |
u32SequenceNumber |
|
) |
| |
◆ getGroupId()
std::uint32_t EMANE::Models::CommEffect::ShimHeader::getGroupId |
( |
| ) |
const |
|
inline |
◆ getSequenceNumber()
std::uint32_t EMANE::Models::CommEffect::ShimHeader::getSequenceNumber |
( |
| ) |
const |
|
inline |
◆ getTxTimePoint()
const EMANE::TimePoint & EMANE::Models::CommEffect::ShimHeader::getTxTimePoint |
( |
| ) |
const |
|
inline |
◆ serialize()
Gets the serialized form of the object
- Returns
- serialization
- Exceptions
-
- Note
- Most objects use Google Protocol Buffers to perform serialization. This is why the Serialization type is a std::string. The serialized data is binary, non-printable data. The std::string just provides a simple API.
-
https://developers.google.com/protocol-buffers/
Reimplemented from EMANE::Serializable.
Definition at line 61 of file shimheader.cc.
The documentation for this class was generated from the following files: