COPP C ABI
C interface for COPP trajectory optimization
Loading...
Searching...
No Matches
CoppSliceF64 Struct Reference

Borrowed immutable f64 slice passed from C to COPP. More...

#include <core.h>

Data Fields

const double * data
 Pointer to the first element.
size_t len
 Number of elements.

Detailed Description

Borrowed immutable f64 slice passed from C to COPP.

The pointer must reference at least len contiguous double values unless len == 0, in which case data may be null.

Definition at line 781 of file core.h.

Field Documentation

◆ data

const double* CoppSliceF64::data

Pointer to the first element.

Definition at line 785 of file core.h.

◆ len

size_t CoppSliceF64::len

Number of elements.

Definition at line 789 of file core.h.


The documentation for this struct was generated from the following file:
  • bindings/c/include/copp/core.h