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<<(
152 #if FW_SERIALIZABLE_TO_STRING Fw::SerializeStatus serializeTo(Fw::SerializeBufferBase &buffer) const
Serialization.
The serialized size of each element.
PlatformSizeType FwSizeType
bool operator==(const BuffQueueDepth &obj) const
Equality operator.
FwSizeType serializedSize() const
Get the dynamic serialized size of the array.
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.
Fw::SerializeStatus deserializeFrom(Fw::SerializeBufferBase &buffer)
Deserialization.
BuffQueueDepth & operator=(const BuffQueueDepth &obj)
Copy assignment operator (object)
The size of the serial representation.
BuffQueueDepth()
Constructor (default value)
RateGroupDivider component implementation.
bool operator!=(const BuffQueueDepth &obj) const
Inequality operator.