BIP file controller and max object load options

BIP file controller and max object load options

Module description

The following are flags used to describe how to load controllers and max objects from BIP files.

Enumerations

enum  { kLOAD_NONE =0, kLOAD_ALL =1, kLOAD_SPECIFIED =2 }
 

Enumeration Type Documentation

anonymous enum
Enumerator
kLOAD_NONE 

Nothing will be loaded.

kLOAD_ALL 

All items in the file will be loaded.

kLOAD_SPECIFIED 

Only the items specified in the array associated with this parameter and existing in the file will be loaded.

56  {
57  kLOAD_NONE=0,
58  kLOAD_ALL=1,
60  };
Nothing will be loaded.
Definition: Biped10Api.h:57
Only the items specified in the array associated with this parameter and existing in the file will be...
Definition: Biped10Api.h:59
All items in the file will be loaded.
Definition: Biped10Api.h:58