61ea2f884a656e4461cf6bd8528db865e966f853
[ric-plt/lib/rmr.git] / doc / src / man / rmr_ready.3.xfm
1 .if false
2 ==================================================================================
3         Copyright (c) 2019 Nokia 
4         Copyright (c) 2018-2019 AT&T Intellectual Property.
5
6    Licensed under the Apache License, Version 2.0 (the "License");
7    you may not use this file except in compliance with the License.
8    You may obtain a copy of the License at
9
10        http://www.apache.org/licenses/LICENSE-2.0
11
12    Unless required by applicable law or agreed to in writing, software
13    distributed under the License is distributed on an "AS IS" BASIS,
14    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15    See the License for the specific language governing permissions and
16    limitations under the License.
17 ==================================================================================
18 .fi
19 .if false
20         Mnemonic        rmr_ready_man.xfm
21         Abstract        The manual page for the rmr_ready function.
22         Author          E. Scott Daniels
23         Date            28 January 2019
24 .fi
25
26 .gv e LIB lib
27 .im &{lib}/man/setup.im 
28
29 &line_len(6i)
30
31 &h1(RMR Library Functions)
32 &h2(NAME)
33         rmr_ready
34
35 &h2(SYNOPSIS )
36 &indent
37 &ex_start
38 #include <rmr/rmr.h>
39
40 int rmr_ready( void* vctx );
41 &ex_end
42 &uindent
43
44 &h2(DESCRIPTION)
45 The &cw(rmr_ready) function checks to see if  a routing table has been successfully
46 received and installed.
47 The return value indicates the state of readiness.
48
49 &h2(RETURN VALUE)
50 A return value of 1 (true) indicates that the routing table is in place and
51 attempts to send messages can be made. 
52 When 0 is returned (false) the routing table has not been received and thus
53 attempts to send messages will fail with &ital(no endpoint) errors.
54
55 &h2(SEE ALSO )
56 .ju off
57 rmr_alloc_msg(3),
58 rmr_call(3),
59 rmr_free_msg(3),
60 rmr_init(3),
61 rmr_payload_size(3),
62 rmr_send_msg(3),
63 rmr_rcv_msg(3),
64 rmr_rcv_specific(3),
65 rmr_rts_msg(3),
66 rmr_fib(3),
67 rmr_has_str(3),
68 rmr_tokenise(3),
69 rmr_mk_ring(3),
70 rmr_ring_free(3)
71 .ju on
72
73
74 .qu
75