diff options
| author | Brian Silver <bsilver@us.ibm.com> | 2015-05-11 09:20:43 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 15:51:11 -0500 |
| commit | 69e6a1833869ea81c85989bcac33f173496bdd0d (patch) | |
| tree | 65538c5c85865c5f3028eb259769147bc3f84081 /import/hwpf/fapi2/include | |
| parent | 943857711bd67798f1ef953b8a429852c97dc38b (diff) | |
| download | talos-hcode-69e6a1833869ea81c85989bcac33f173496bdd0d.tar.gz talos-hcode-69e6a1833869ea81c85989bcac33f173496bdd0d.zip | |
Add variable_buffer get<OT>()
Change-Id: Iaf658f2d4a43703400ea016c37244f27524a73c0
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17679
Tested-by: Jenkins Server
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Brian Silver <bsilver@us.ibm.com>
Diffstat (limited to 'import/hwpf/fapi2/include')
| -rw-r--r-- | import/hwpf/fapi2/include/buffer.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/import/hwpf/fapi2/include/buffer.H b/import/hwpf/fapi2/include/buffer.H index c6719f15..abc28dd9 100644 --- a/import/hwpf/fapi2/include/buffer.H +++ b/import/hwpf/fapi2/include/buffer.H @@ -615,7 +615,7 @@ namespace fapi2 /// @tparam OT the type of the outgoing (target) /// @param[out] o_out OT to copy into - data is placed left aligned /// @param[in] Start bit in source - /// @param[in] Length of bits to insert + /// @param[in] Length of bits to extract /// @param[in] Start bit to insert into (target start) /// @return FAPI2_RC_SUCCESS if ok /// @@ -638,7 +638,7 @@ namespace fapi2 /// /// @brief Copy data from this buffer into an OT and right justify /// @tparam SS Start bit to insert into (source start) - /// @tparam L Length of bits to insert + /// @tparam L Length of bits to extract /// @tparam OT the type of the outgoing (target) /// @param[out] o_out OT to copy into - data is placed right aligned /// @return buffer& Useful for method chaining |

