Program Listing for File motion_io.h
↰ Return to documentation for file (c/fmdt/motion/motion_io.h)
#pragma once
#include <stdio.h>
#include <stdint.h>
#include "fmdt/motion/motion_struct.h"
void motion_write(FILE* f, const motion_t* motion_est1, const motion_t* motion_est2, uint8_t hexa_float);