B.1   Introduction

This chapter provides a "dictionary" of the events collected by WindView. It lists each event by object type (message queue, semaphore, task, and so on), providing the following information for each:

Table B-1 shows the paradigm that Wind River Systems used to create the default WindView icons.


*

NOTE: The following are not supported by WindView (that is, they are not instrumented and so do not show up in a WindView event log): VxMP shared objects (shared semaphores and message queues), and VxWorks 4.0.x-style semaphores.    

Table B-1:  Wind River Systems' Icon Paradigm


Icon Form
 
Meaning
 
Example
 

Circled
 
Object has been created
 
taskSpawn:
 
Circled with a line
through it
 
Object has been deleted
 
msgQDelete:
 
Shaded or full
 
Object is being given
 
semGive:
 
Empty
 
Object is being taken
 
msgQReceive: