X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fman%2Frmr_set_trace.3.xfm;h=11e16d951d6dc6242130840efef69b1cc783ad33;hb=f98ee79446328d2bb6ae3d14b6dd2711aabdc3ba;hp=2ee05ba5c2d7d4d53a48eac830063f00b4d1e345;hpb=08aee4ae090afcf804aaa33d219c224ac2e8d399;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/rmr_set_trace.3.xfm b/doc/src/man/rmr_set_trace.3.xfm index 2ee05ba..11e16d9 100644 --- a/doc/src/man/rmr_set_trace.3.xfm +++ b/doc/src/man/rmr_set_trace.3.xfm @@ -1,7 +1,7 @@ .if false ================================================================================== - Copyright (c) 2019 Nokia - Copyright (c) 2018-2019 AT&T Intellectual Property. + Copyright (c) 2019 Nokia + Copyright (c) 2018-2019 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,45 +18,34 @@ .fi .if false - Mnemonic rmr_set_trace.xfm - Abstract The manual page for the rmr_set_trace function. - Author E. Scott Daniels - Date 19 April 2019 + Mnemonic rmr_set_trace.xfm + Abstract The manual page for the rmr_set_trace function. + Author E. Scott Daniels + Date 19 April 2019 .fi -.** if formatting with tfm, the roff.im will cause roff output to be generated -.** if formatting with pfm, then pretty postscript will be generated .gv e LIB lib -.if pfm - .im &{lib}/generic_ps.im -.ei - .gv e OUTPUT_RST use_rst - .if .ev &use_rst 1 = - .im &{lib}/rst.im - .ei - .im &{lib}/roff.im - .fi -.fi +.im &{lib}/man/setup.im &line_len(6i) &h1(RMR Library Functions) &h2(NAME) - rmr_set_trace + rmr_set_trace &h2(SYNOPSIS) &indent &ex_start #include -int rmr_bytes2payload( rmr_mbuf_t* mbuf, unsigned char* data, int len ) +int rmr_set_trace( rmr_mbuf_t* mbuf, unsigned char* data, int len ) &ex_end &uindent &h2(DESCRIPTION) -The &cw(rmr_set_trace) function will copy &cw(len) bytes from &cw(data) into the trace portion of -&cw(mbuf.) +The &cw(rmr_set_trace) function will copy &cw(len) bytes from &cw(data) into the trace portion of +&cw(mbuf.) If the trace area of &cw(mbuf) is not the correct size, the message buffer will be reallocated to ensure that enough space is available for the trace data. @@ -68,6 +57,7 @@ If 0 is returned either the message pointer was nil, or the size in the paramete &h2(SEE ALSO ) +.ju off rmr_alloc_msg(3), rmr_tralloc_msg(3), rmr_bytes2xact(3), @@ -95,8 +85,4 @@ rmr_str2meid(3), rmr_str2xact(3), rmr_wh_open(3), rmr_wh_send_msg(3) - - - -.qu - +.ju on