summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/network.t
blob: 0277a587d0430061cd42c902d9fcbc43ddfbf765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
@c
@c  COPYRIGHT (c) 1988-2002.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  This is the chapter from the RTEMS ITRON User's Guide that
@c  documents the services provided by the network support
@c  manager.
@c
@c  $Id$
@c

@chapter Network Support Manager

@section Introduction

The 
network support manager is ...

The services provided by the network support manager are:

@itemize @bullet
@item @code{nrea_dat} - Read Data from another Node
@item @code{nwri_dat} - Write Data to another Node
@item @code{nget_nod} - Get Local Node Number
@item @code{nget_ver} - Get Version Information of another Node
@end itemize

@section Background

@section Operations

@section System Calls

This section details the network support manager's services.
A subsection is dedicated to each of this manager's services
and describes the calling sequence, related constants, usage,
and status codes.


@c
@c  nrea_dat
@c

@page
@subsection nrea_dat - Read Data from another Node

@subheading CALLING SEQUENCE:

@ifset is-C
@example
ER nrea_dat(
  INT *p_reasz,
  VP dstadr,
  NODE srcnode,
  VP srcadr,
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  nwri_dat
@c

@page
@subsection nwri_dat - Write Data to another Node

@subheading CALLING SEQUENCE:

@ifset is-C
@example
ER nwri_dat(
  INT *p_wrisz,
  NODE dstnode,
  VP dstadr,
  VP srcadr,
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  nget_nod
@c

@page
@subsection nget_nod - Get Local Node Number

@subheading CALLING SEQUENCE:

@ifset is-C
@example
ER nget_nod(
  NODE *p_node
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES:


@c
@c  nget_ver
@c

@page
@subsection nget_ver - Get Version Information of another Node

@subheading CALLING SEQUENCE:

@ifset is-C
@example
ER nget_ver(
  T_VER *pk_ver,
  NODE node
);
@end example
@end ifset

@ifset is-Ada
@end ifset

@subheading STATUS CODES:

@code{EXXX} - 

@subheading DESCRIPTION:

@subheading NOTES: