BRL-CAD
pkg_switch Struct Reference

#include <pkg.h>

Collaboration diagram for pkg_switch:
[legend]

Data Fields

unsigned short pks_type
 Type code. More...
 
pkg_callback pks_handler
 Message Handler. More...
 
const char * pks_title
 Description of message type. More...
 
void * pks_user_data
 User defined pointer to data. More...
 

Detailed Description

Definition at line 64 of file pkg.h.

Field Documentation

◆ pks_type

unsigned short pks_type

Type code.

Definition at line 65 of file pkg.h.

◆ pks_handler

pkg_callback pks_handler

Message Handler.

Definition at line 66 of file pkg.h.

◆ pks_title

const char* pks_title

Description of message type.

Definition at line 67 of file pkg.h.

◆ pks_user_data

void* pks_user_data

User defined pointer to data.

Definition at line 68 of file pkg.h.


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