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