sablib
Loading...
Searching...
No Matches
data.cpp File Reference

creation and release of data for the C interface of sablib.(implementation) More...

#include "data.h"

Go to the source code of this file.

Functions

const SABLIB_DATA_PTR AllocSablibData (const size_t size)
 Allocates a SABLIB_DATA structure.
void FreeSablibData (SABLIB_DATA_PTR data)
 Frees a SABLIB_DATA structure and its data body.
const SABLIB_BASELINE_DATA_PTR AllocSablibBaselineData (const size_t size)
 Allocates a SABLIB_BASELINE_DATA structure.
void FreeSablibBaselineData (SABLIB_BASELINE_DATA_PTR data)
 Frees a SABLIB_BASELINE_DATA structure and its members.

Detailed Description

creation and release of data for the C interface of sablib.(implementation)

Author
Izadori

Definition in file data.cpp.

Function Documentation

◆ AllocSablibBaselineData()

const SABLIB_BASELINE_DATA_PTR AllocSablibBaselineData ( const size_t size)

◆ AllocSablibData()

const SABLIB_DATA_PTR AllocSablibData ( const size_t size)

◆ FreeSablibBaselineData()

void FreeSablibBaselineData ( SABLIB_BASELINE_DATA_PTR data)

Frees a SABLIB_BASELINE_DATA structure and its members.

Parameters
dataPointer to the SABLIB_BASELINE_DATA structure to free.

Definition at line 51 of file data.cpp.

References _stSablibBaselineData::baseline, _stSablibBaselineData::corrected, and _stSablibData::data.

◆ FreeSablibData()

void FreeSablibData ( SABLIB_DATA_PTR data)

Frees a SABLIB_DATA structure and its data body.

Parameters
dataPointer to the SABLIB_DATA structure to free.

Definition at line 24 of file data.cpp.

References _stSablibData::data.