|
musrfit 1.10.0
|
#include <mud.h>

Public Attributes | |
| MUD_CORE | core |
| UINT32 | num |
| UINT32 | elemSize |
| UINT32 | type |
| BOOL | hasTime |
| UINT32 | nBytes |
| caddr_t | pData |
| TIME * | pTime |
| UINT32 MUD_SEC_GEN_ARRAY::elemSize |
Definition at line 367 of file mud.h.
Referenced by MUD_getIndVarData(), MUD_SEC_GEN_ARRAY_proc(), and MUD_setIndVarData().
| BOOL MUD_SEC_GEN_ARRAY::hasTime |
Definition at line 369 of file mud.h.
Referenced by MUD_SEC_GEN_ARRAY_proc(), and MUD_setIndVarTimeData().
| UINT32 MUD_SEC_GEN_ARRAY::nBytes |
Definition at line 370 of file mud.h.
Referenced by MUD_SEC_GEN_ARRAY_proc().
| UINT32 MUD_SEC_GEN_ARRAY::num |
Definition at line 366 of file mud.h.
Referenced by MUD_getIndVarData(), MUD_getIndVarTimeData(), MUD_SEC_GEN_ARRAY_proc(), MUD_setIndVarData(), and MUD_setIndVarTimeData().
| caddr_t MUD_SEC_GEN_ARRAY::pData |
Definition at line 371 of file mud.h.
Referenced by _indvar_doub_getproc(), MUD_getIndVarData(), MUD_SEC_GEN_ARRAY_proc(), MUD_setIndVarData(), and MUD_setIndVarpData().
| TIME* MUD_SEC_GEN_ARRAY::pTime |
Definition at line 372 of file mud.h.
Referenced by MUD_getIndVarpTimeData(), MUD_getIndVarTimeData(), MUD_SEC_GEN_ARRAY_proc(), MUD_setIndVarpTimeData(), and MUD_setIndVarTimeData().
| UINT32 MUD_SEC_GEN_ARRAY::type |
Definition at line 368 of file mud.h.
Referenced by MUD_getIndVarData(), MUD_SEC_GEN_ARRAY_proc(), and MUD_setIndVarData().