 |
F´ Flight Software - C/C++ Documentation
NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the documentation of this file.
27 return this->header.bufferSize();
37 return this->header.toSerialBuffer(serialBuffer);
U32 bufferSize() const
Compute the buffer size needed to hold this CancelPacket.
A variable-length serializable buffer.
Header header
The packet header.
SerializeStatus
forward declaration for string
@ FW_DESERIALIZE_SIZE_MISMATCH
Data was left in the buffer, but not enough to deserialize.
@ FW_SERIALIZE_OK
Serialization/Deserialization operation was successful.
NATIVE_UINT_TYPE getBuffLeft() const
returns how much deserialization buffer is left
SerializeStatus toBuffer(Buffer &buffer) const
Convert this CancelPacket to a Buffer.
void initialize(const U32 sequenceIndex)
Initialize a cancel packet.