7 #ifndef Svc_BuffQueueDepthArrayAc_HPP 8 #define Svc_BuffQueueDepthArrayAc_HPP 10 #include <initializer_list> 69 const std::initializer_list<ElementType>& il
105 const std::initializer_list<ElementType>& il
126 friend std::ostream& operator<<(
154 #if FW_SERIALIZABLE_TO_STRING
PlatformSizeType FwSizeType
bool operator==(const BuffQueueDepth &obj) const
Equality operator.
FwSizeType serializedSize() const
Get the dynamic serialized size of the array.
The serialized size of each element.
U32 ElementType
The element type.
SerializeStatus
forward declaration for string
ElementType & operator[](const FwSizeType i)
Subscript operator.
Array of queue depths for Fw::Buffer types.
BuffQueueDepth & operator=(const BuffQueueDepth &obj)
Copy assignment operator (object)
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialization.
BuffQueueDepth()
Constructor (default value)
The size of the serial representation.
RateGroupDivider component implementation.
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialization.
bool operator!=(const BuffQueueDepth &obj) const
Inequality operator.
Big endian serialization.