Startup procedure superblock table, Table 4-6. startup table contents, Processor ip name table – National Instruments AutoCode NI MATRIX User Manual

Page 106: Table 4-7. processor ip table contents

Advertising
background image

Chapter 4

Generating Code for Real-Time Operating Systems

© National Instruments Corporation

4-7

AutoCode Reference

Startup Procedure SuperBlock Table

Table 4-6 consists of configuration information for all startup procedure
SuperBlocks in the model. Each row is identified by the name of the
SuperBlock. The table is named

stupsupblk

. Example 4-6 shows a

startup table.

Example 4-6

Startup Table Example

rtos.stupsupblk =

Startup | Processor Ordering

-----------------------------------------

pre_initialize

| 1 1

var_update

| 1 2

io_init

| 2 1

ipc_init

| 2 2

Processor IP Name Table

Table 4-7 consists of configuration information, assigning each processor
an IP name. Each row is identified by the processor number. The table is
named

IPprsrmap

. Example 4-7 shows a processor IP table.

Table 4-6. Startup Table Contents

Column

Name

Data
Type

Template Parameter

Containing the Data

Default Value

Processor

Integer

proc_processor_map_li[]

Round-robin

(a sequential, cyclical allocation of
resources to the startup procedure
SuperBlocks)

Ordering

Integer

proc_ordering_li[]

n + 1

Table 4-7. Processor IP Table Contents

Column

Name

Data
Type

Template Parameter

Containing the Data

Default Value

IP Number

String

prsr_ip_name_ls[]

127.0.0.1

Advertising