In the following description, input_buffer
<TYPE> stands for any of the allowed input buffer port
data types. Likewise, output_buffer
<TYPE>
stands for any of the allowed output buffer port data types.
Purpose | Input Buffer Port Type | Output Buffer Port Type |
---|---|---|
To advance the current read/write position | Option 1, Using an
iterator:
Option 2, Using the
data()
API:
|
Option 1, Using an
iterator:
Option 2, Using the
data()
API:
|
To advance the current read/write position by four times the underlying buffer port type. |
|
|
To advance the current read/write position by eight times the underlying buffer port type. |
|
|