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