Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

SEInfo struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

SEInfo Struct Reference

#include <OSERES.H>

List of all members.

Public Types

enum  { VERB_LEN = 4, FILE_NAME_LEN = 8 }

Public Methods

int match (char, short, char *, char, short)

Public Attributes

char subject_type
short subject_id
char action [VERB_LEN+1]
char object_type
short object_id
short out_frame
char file_name [FILE_NAME_LEN+1]
short effect_id


Detailed Description

Structure describing particular sound effect and filename where sound is stored.

Definition at line 28 of file OSERES.H.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
VERB_LEN 
FILE_NAME_LEN 

Definition at line 29 of file OSERES.H.


Member Function Documentation

int SEInfo::match char   ,
short   ,
char *   ,
char   ,
short   
 

Definition at line 22 of file OSERES.CPP.

References action, object_id, object_type, subject_id, subject_type, and VERB_LEN.

Referenced by SERes::scan().


Member Data Documentation

char SEInfo::action[VERB_LEN+1]
 

Definition at line 32 of file OSERES.H.

Referenced by match().

short SEInfo::effect_id
 

Definition at line 37 of file OSERES.H.

Referenced by SERes::init2(), and SERes::scan_id().

char SEInfo::file_name[FILE_NAME_LEN+1]
 

Definition at line 36 of file OSERES.H.

Referenced by SERes::init2().

short SEInfo::object_id
 

Definition at line 34 of file OSERES.H.

Referenced by match().

char SEInfo::object_type
 

Definition at line 33 of file OSERES.H.

Referenced by match().

short SEInfo::out_frame
 

Definition at line 35 of file OSERES.H.

short SEInfo::subject_id
 

Definition at line 31 of file OSERES.H.

Referenced by match().

char SEInfo::subject_type
 

Definition at line 30 of file OSERES.H.

Referenced by match().


The documentation for this struct was generated from the following files:
Generated on Fri Aug 23 01:39:36 2002 for VirtualU by doxygen1.2.17