Add route table guide and formatting tweaks
[ric-plt/lib/rmr.git] / doc / src / library / code_send.im
1
2 .if false
3 ==================================================================================
4         Copyright (c) 2019-2020 Nokia
5         Copyright (c) 2018-2020 AT&T Intellectual Property.
6
7    Licensed under the Apache License, Version 2.0 (the "License");
8    you may not use this file except in compliance with the License.
9    You may obtain a copy of the License at
10
11        http://www.apache.org/licenses/LICENSE-2.0
12
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18 ==================================================================================
19 .fi
20
21 .** example sender code is included directly from the examples directory
22
23 &h2(Sender Sample)
24 The following code segment shows how a message buffer can be
25 allocated, populated, and sent.  The snippet also illustrates how the
26 result from the &func(rmr_send_msg) function is used to send the next
27 message.  It does not illustrate error and/or retry handling.
28 &space
29
30 &ex_start
31 .im  j=start_example ../../../examples/sender.c
32 &ex_end