XINU
Data Fields
ptnode Struct Reference

メッセージリストのノード More...

#include <ports.h>

Collaboration diagram for ptnode:
Collaboration graph
[legend]

Data Fields

uint32 ptmsg
 ワンワードのメッセージ More...
 
struct ptnodeptnext
 メッセージリストの次のノードへのポインタ More...
 

Detailed Description

メッセージリストのノード

Definition at line 21 of file ports.h.

Field Documentation

◆ ptmsg

uint32 ptnode::ptmsg

ワンワードのメッセージ

Definition at line 24 of file ports.h.

Referenced by _ptclear(), ptrecv(), and ptsend().

◆ ptnext

struct ptnode* ptnode::ptnext

メッセージリストの次のノードへのポインタ

Definition at line 26 of file ports.h.

Referenced by _ptclear(), ptinit(), ptrecv(), and ptsend().


The documentation for this struct was generated from the following file: