Structure |
MgiControl |
MgiControl structure |
Function |
mgiControlInit |
Initializes MgiControl |
Function |
mgiControlBind |
Links MgiControl to a node |
Function |
mgiControlGetULong |
Gets unsigned integer value from field of node |
Function |
mgiControlGetSLong |
Gets signed integer value from field of node |
Function |
mgiControlGetFloat |
Gets floating point value from field of node |
Function |
mgiControlGetULongs |
Gets array of unsigned integer values from field of node and puts it into array |
Function |
mgiControlGetSLongs |
Gets array of signed integer values from field of node and puts it into array |
Function |
mgiControlGetFloats |
Gets array of floating point values from field of node and puts it into array |
Function |
mgiControlSetULong |
Sets unsigned integer value to field of node |
Function |
mgiControlSetSLong |
Sets signed integer value to field of node |
Function |
mgiControlSetFloat |
Sets floating point value to field of node |
Function |
mgiControlSetULongs |
Sets array of unsigned integer values to field of node |
Function |
mgiControlSetSLongs |
Sets array of signed integer values to field of node |
Function |
mgiControlSetFloats |
Sets array of floating point values to field of node |
Macros |
_mgiControlUnbind |
Separates MgiControl from node |