Index – Echelon Neuron C User Manual

Page 259

Advertising
background image

Neuron C Programmer’s Guide

247

Index

#

#elif, 14
#if, 14

#line, 14

/

/* */ comment style, 14

// comment style, 14

@

@ (at-sign character), 240

_

__DATE__ and __TIME__ macros, 245

__lock keyword, 161

`

` (accent-grave character), 240

A

abs( ) function, 202

accuracy of timers, 37

repeating timers, 39
second timers, 40

ACKD service type, 122, 128

acknowledged messages, 46
acknowledged service, 49

receiving a number of responses, 193

sending messages, 131

address table, 188

memory use, 175

minimum number of entries, 200

advantages of a library, 223

alias table, 188, 189

memory use, 175

allocating buffers.

See buffers

ANSI C

compared to Neuron C, 13

references about, iii

app_buf_in_count pragma, 195, 197

app_buf_in_size pragma, 128, 138, 139, 195,

197

app_buf_out_count pragma, 143, 194, 196, 198

app_buf_out_priority_count pragma, 143, 194,

196, 198

app_buf_out_size pragma, 194, 196, 197

application buffers.

See buffers

application messages, 11, 120

response, 124

application program, 222

definition, 228

application_restart( ) function, 202

effects of, 169

arrays

maximum size, 242

assembler, 222

command line switches, 216
definition, 228

asynchronous event processing, 135

auth keyword, 67

authenticated keyword, 67, 121
authentication, 66

and buffer use, 192

and system response time, 66
how it works, 67

key, 67

using, 66

auto storage class, 6

B

backspace character, 240

binary constants, 14

bind_info keyword, 10, 67, 122, 130, 200

binder

network addressing, 49

bit I/O object

used for chip select, 35

bit order, 243

bitfields, 203

allocation, 243
in unions, 13

signed, 203, 243

bitshift I/O object, 37
bitwise operations, 241

block transfers of data, 124

blocked queue.

See events, blocking queue

boot ID, 212

buffers, 190

allocation, 142

compiler directives for, 193

explicit, 143

guidelines, 191
incoming application, 195

incoming network, 195

outgoing application, 194
outgoing network, 194

application

components of, 191

Advertising