C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
vsn_global.h File Reference

Global type declarations and defines. More...

#include <string>
#include <math_define.h>
#include <algorithm>
#include <system_cpp_standard.h>
#include <vsn_logger.h>

Functions

 VSN_FUNC (size_t) C3DVisionVersion(char *buffer
 Get information about the c3dvision file version. More...
 

Detailed Description

Global type declarations and defines.

Function Documentation

◆ VSN_FUNC()

VSN_FUNC ( size_t  )

Get information about the c3dvision file version.

The function copies a string with information about the c3d file version to the specified buffer.

Parameters
[in]buffer- Pointer to the beginning of the buffer.
[in]bufferSize- The size of the buffer in characters.
Returns
Returns the number of copied characters, excluding the null character. If buffer = = c3d_null returns the required buffer size without the null character.