FACT++  1.0
FloatItem* fillFloatItem ( float *  floatLocation,
char *  itemName,
float  defDeadband 
)

Definition at line 3684 of file feeserver.c.

References fillItem().

3684  {
3685  return fillItem(floatLocation, itemName, defDeadband);
3686 }
Item * fillItem(float *floatLocation, char *itemName, float defDeadband)
Definition: feeserver.c:3488

+ Here is the call graph for this function: