10.07.2015 Views

CF2 API Reference (PDF) - Persistor Instruments Inc

CF2 API Reference (PDF) - Persistor Instruments Inc

CF2 API Reference (PDF) - Persistor Instruments Inc

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>CF2</strong> <strong>API</strong> <strong>Reference</strong>VEEStoreFloat -- Store float data to Virtual EEPROMDescription:Prototype:Inputs:Returns:Notes:Store a 32 bit IEEE floating point binary value (C float) into the virtual eeprom.bool VEEStoreFloat(char *name, float fvalue);name is a pointer to a zero terminated C string of up to 15 characters that identifies the entry.fvalue isReturns TRUE if successful.If a VEE variable with the same name already exists, it will be deleted to make room for the newone.VEEStoreLong -- Store long data to Virtual EEPROMDescription:Prototype:Inputs:Returns:Notes:Store a 32 bit long binary value (C long or ulong) into the virtual eeprom.bool VEEStoreLong(char *name, long lvalue);name is a pointer to a zero terminated C string of up to 15 characters that identifies the entry.lvalue is the 32 bit binary value to storeReturns TRUE if successful.If a VEE variable with the same name already exists, it will be deleted to make room for the newone.VEEStoreStr -- Store string data to Virtual EEPROMDescription:Prototype:Inputs:Returns:Notes:Store a zero terminated C string into the virtual eeprom.bool VEEStoreStr(char *name, char *str);name is a pointer to a zero terminated C string of up to 15 characters that identifies the entry.str is zero terminated C stringReturns TRUE if successful.If a VEE variable with the same name already exists, it will be deleted to make room for the newone.PERSISTOR<strong>Instruments</strong> <strong>Inc</strong>.81 of 84<strong>CF2</strong> <strong>API</strong> <strong>Reference</strong>7/19/2005

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!