![]() |
MBot Software Library
v1.0
An API documentation to mbot_firmware repository
|
Struct containing the state of a vector and a pointer to dynamically allocated memory to hold its contents. More...
#include <vector.h>
Public Attributes | |
| int | len |
| number of elements in the vector | |
| double * | d |
| pointer to dynamically allocated data | |
| int | initialized |
| initialization flag | |
Struct containing the state of a vector and a pointer to dynamically allocated memory to hold its contents.
Set and read values directly with this code: