ouster_clib v1.0
C library for Ouster LiDAR
Loading...
Searching...
No Matches
Assertion

Functionality for sanity checks. More...

Macros

#define ouster_assert(expr, ...)   ouster_unused(expr)
 
#define ouster_assert_notnull(expr)   ouster_unused(expr)
 

Detailed Description

Functionality for sanity checks.

Macro Definition Documentation

◆ ouster_assert

#define ouster_assert (   expr,
  ... 
)    ouster_unused(expr)

Definition at line 43 of file ouster_assert.h.

◆ ouster_assert_notnull

#define ouster_assert_notnull (   expr)    ouster_unused(expr)

Definition at line 44 of file ouster_assert.h.