FemtoScan Online SDK Documentation
| Home :: FsOnlineSDK :: fmutl | classes | 
enum SPMVarArrayType | ^ | 
Possible versatile valiable array types.
- spmvatVoid - arbitrary values, packed into chunks of array block size. This is the default value.
 - spmvatInt8 - integer type, 1 byte
 - spmvatUint8 - unsigned integer type, 1 byte
 - spmvatInt16 - integer type, 2 bytes
 - spmvatUint16 - unsigned integer type, 2 bytes
 - spmvatInt32 - integer type, 4 bytes
 - spmvatUint32 - unsigned integer type, 4 bytes
 - spmvatInt64 - integer type, 8 bytes
 - spmvatUint64 - unsigned integer type, 8 bytes
 - spmvatFloat32 - floating point type, 4 bytes
 - spmvatFloat64 - floating point type, 8 bytes
 - spmvatMaxVarTypes - maximum number of types
 
- Source:
 - ../fmutl/SPMVar.h:47
 - Author:
 - ATC
 - Version:
 - 1.0
 
- Code:
 
public enum SPMVarArrayType { spmvatVoid , spmvatInt8 , spmvatUint8 , spmvatInt16 , spmvatUint16 , spmvatInt32 , spmvatUint32 , spmvatInt64 , spmvatUint64 , spmvatFloat32 , spmvatFloat64 , spmvatMaxVarArrayTypes , } 
(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net