C API for BALTECH SDK
platform.h File Reference

Defines generic, platform specific functions which are required for the SDK internally. More...

#include "common.h"
#include <limits.h>

Go to the source code of this file.

Functions

BRP_LIB brp_time brp_get_time (void)
 Retrieves a monotonic timer since powerup. More...
 
BRP_LIB bool brp_get_random (brp_buf buf, size_t len)
 Retrieve random data and store it into a buffer. More...
 
BRP_LIB bool brp_get_home_dir (char *result)
 Retrieves the HOME directory of the current user. More...
 
BRP_LIB bool brp_get_process_name (char *result)
 Retrieves the (file-)name of the current process. More...
 

Detailed Description

Defines generic, platform specific functions which are required for the SDK internally.

Definition in file platform.h.