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

Password:

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

SERec Struct Reference

Structure describing particular sound effect as stored in the db. More...

#include <OSERES.H>

List of all members.

Public Types

enum  {
  RECNO_LEN = 3, CODE_LEN = 12, VERB_LEN = 4, OUT_FRAME_LEN = 3,
  FILE_NAME_LEN = 8
}

Public Attributes

char subject_type
char subject_code [CODE_LEN]
char subject_id [RECNO_LEN]
char action [VERB_LEN]
char object_type
char object_id [RECNO_LEN]
char out_frame [OUT_FRAME_LEN]
char file_name [FILE_NAME_LEN]


Detailed Description

Structure describing particular sound effect as stored in the db.

Definition at line 11 of file OSERES.H.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
RECNO_LEN 
CODE_LEN 
VERB_LEN 
OUT_FRAME_LEN 
FILE_NAME_LEN 

Definition at line 12 of file OSERES.H.


Member Data Documentation

char SERec::action[VERB_LEN]
 

Definition at line 16 of file OSERES.H.

char SERec::file_name[FILE_NAME_LEN]
 

Definition at line 20 of file OSERES.H.

char SERec::object_id[RECNO_LEN]
 

Definition at line 18 of file OSERES.H.

char SERec::object_type
 

Definition at line 17 of file OSERES.H.

char SERec::out_frame[OUT_FRAME_LEN]
 

Definition at line 19 of file OSERES.H.

char SERec::subject_code[CODE_LEN]
 

Definition at line 14 of file OSERES.H.

char SERec::subject_id[RECNO_LEN]
 

Definition at line 15 of file OSERES.H.

char SERec::subject_type
 

Definition at line 13 of file OSERES.H.


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