7 #ifndef Svc_BuffQueueDepthArrayAc_HPP
8 #define Svc_BuffQueueDepthArrayAc_HPP
114 friend std::ostream& operator<<(
137 #if FW_SERIALIZABLE_TO_STRING
C++-compatible configuration header for fprime configuration.
Array of queue depths for Fw::Buffer types.
@ SERIALIZED_SIZE
The size of the serial representation.
@ SIZE
The size of the array.
@ ELEMENT_SERIALIZED_SIZE
The serialized size of each element.
U32 ElementType
The element type.
bool operator==(const BuffQueueDepth &obj) const
Equality operator.
bool operator!=(const BuffQueueDepth &obj) const
Inequality operator.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialization.
BuffQueueDepth()
Constructor (default value)
BuffQueueDepth & operator=(const BuffQueueDepth &obj)
Copy assignment operator (object)
ElementType & operator[](const U32 i)
Subscript operator.
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialization.
SerializeStatus
forward declaration for string