|
MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
| MTKt_status | MtkDataBufferImport (int nline, int nsample, MTKt_DataType datatype, void *dataptr, MTKt_DataBuffer *databuf) |
| Import Data Buffer. More... | |
| MTKt_status MtkDataBufferImport | ( | int | nline, |
| int | nsample, | ||
| MTKt_DataType | datatype, | ||
| void * | dataptr, | ||
| MTKt_DataBuffer * | databuf | ||
| ) |
Import Data Buffer.
MTKe_int16 databuf | [in] | nline | Number of lines |
| [in] | nsample | Number of samples |
| [in] | datatype | Data Type |
| [in] | dataptr | Data pointer to payload |
| [out] | databuf | Data Buffer |
Definition at line 35 of file MtkDataBufferImport.c.