![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/TlmPacketizer/TlmPacketizer_SectionEnabledArrayAc.hpp>
Public Types | |
| enum | { SIZE = 2, ELEMENT_SERIALIZED_SIZE = Fw::Enabled::SERIALIZED_SIZE, SERIALIZED_SIZE = SIZE * ELEMENT_SERIALIZED_SIZE } |
| using | ElementType = Fw::Enabled |
| The element type. More... | |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| Virtual destructor. More... | |
Definition at line 20 of file TlmPacketizer_SectionEnabledArrayAc.hpp.
The element type.
Definition at line 31 of file TlmPacketizer_SectionEnabledArrayAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SIZE | The size of the array. |
| ELEMENT_SERIALIZED_SIZE | The serialized size of each element. |
| SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 39 of file TlmPacketizer_SectionEnabledArrayAc.hpp.
| Svc::TlmPacketizer_SectionEnabled::TlmPacketizer_SectionEnabled | ( | ) |
Constructor (default value)
Definition at line 17 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| Svc::TlmPacketizer_SectionEnabled::TlmPacketizer_SectionEnabled | ( | const ElementType(&) | a[SIZE] | ) |
Constructor (primitive array)
| a | The array |
Definition at line 25 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
|
explicit |
Constructor (single element)
| e | The element |
Definition at line 32 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| Svc::TlmPacketizer_SectionEnabled::TlmPacketizer_SectionEnabled | ( | const std::initializer_list< ElementType > & | il | ) |
Constructor (initializer list)
| il | The initializer list |
Definition at line 39 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| Svc::TlmPacketizer_SectionEnabled::TlmPacketizer_SectionEnabled | ( | const TlmPacketizer_SectionEnabled & | obj | ) |
Copy constructor.
| obj | The source object |
Definition at line 46 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
|
virtual |
Deserialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 162 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| bool Svc::TlmPacketizer_SectionEnabled::operator!= | ( | const TlmPacketizer_SectionEnabled & | obj | ) | const |
Inequality operator.
| obj | The other object |
Definition at line 125 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| TlmPacketizer_SectionEnabled & Svc::TlmPacketizer_SectionEnabled::operator= | ( | const TlmPacketizer_SectionEnabled & | obj | ) |
Copy assignment operator (object)
| obj | The source object |
Definition at line 71 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| TlmPacketizer_SectionEnabled & Svc::TlmPacketizer_SectionEnabled::operator= | ( | const ElementType(&) | a[SIZE] | ) |
Copy assignment operator (primitive array)
| a | The source array |
Definition at line 82 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| TlmPacketizer_SectionEnabled & Svc::TlmPacketizer_SectionEnabled::operator= | ( | const std::initializer_list< ElementType > & | il | ) |
Copy assignment operator (initializer list)
| il | The initializer list |
Definition at line 91 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| TlmPacketizer_SectionEnabled & Svc::TlmPacketizer_SectionEnabled::operator= | ( | const ElementType & | e | ) |
Copy assignment operator (single element)
| e | The element |
Definition at line 105 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| bool Svc::TlmPacketizer_SectionEnabled::operator== | ( | const TlmPacketizer_SectionEnabled & | obj | ) | const |
Equality operator.
| obj | The other object |
Definition at line 114 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| TlmPacketizer_SectionEnabled::ElementType & Svc::TlmPacketizer_SectionEnabled::operator[] | ( | const FwSizeType | i | ) |
Subscript operator.
| i | The subscript index |
Definition at line 57 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| const TlmPacketizer_SectionEnabled::ElementType & Svc::TlmPacketizer_SectionEnabled::operator[] | ( | const FwSizeType | i | ) | const |
Const subscript operator.
| i | The subscript index |
Definition at line 64 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
| FwSizeType Svc::TlmPacketizer_SectionEnabled::serializedSize | ( | ) | const |
Get the dynamic serialized size of the array.
Definition at line 178 of file TlmPacketizer_SectionEnabledArrayAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 146 of file TlmPacketizer_SectionEnabledArrayAc.cpp.