FemtoScan Online SDK Documentation
| Home :: FsOnlineSDK :: fmutl | classes | 
enum SPMVarType | ^ | 
Possible versatile valiable's types.
- spmvtNone - undefined variable, this can be used as separator in variable's list
 - spmvtDouble - real type, all numbers and enumerations can be safely converted to this type.
 - spmvtInt - integer type, based on double, but allowed to have only integer values
 - spmvtBool - boolean type, based on double, allowed to have 0.0 or 1.0 value.
 - spmvtString - zero-terminated string,
 - spmvtEnum - enumeration, every allowed value has it's textual and numerical (32-bit integer) representation. Textual representation converted to the lowercase, and all non-characters and non-digits replaced by underscore ('_'). Display text can be set separately, so each value has 3 associated values: numerical, textual (can be used for filtering), and display (for user interface).
 - spmvtArray - chunk of data blocks of equal size, characterized by number of blocks and block size.
 - spmvtMaxVarTypes - maximum number of types
 
- Source:
 - ../fmutl/SPMVar.h:14
 - Author:
 - ATC
 - Version:
 - 1.0
 
- Code:
 
public enum SPMVarType { spmvtNone , spmvtDouble , spmvtInt , spmvtBool , spmvtString , spmvtEnum , spmvtArray , spmvtMaxVarTypes , } 
(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net