VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vlpi
artPartSpec.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef apSpec_h_
7
#define apSpec_h_
8
9
#include <stdlib.h>
10
14
15
const
int
DtMAX_PARAMS_PER_PART
= 31;
16
17
typedef
struct
DtArtPartSpec
18
{
19
int
partType
;
20
int
attachedType
;
21
int
params
[
DtMAX_PARAMS_PER_PART
];
22
}
DtArtPartSpec
;
23
24
const
int
DtAttachedToBase
= 0;
25
#define DtNoArtParts ((DtArtPartSpec*) NULL)
26
#define DtNullArtPartSpec 0,0,{0}
27
28
#endif
29
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)