Something went wrong on our end
Select Git revision
usbBrickIO.m
-
Tim Stadtmann authored
The parsing is done by the process.py script.
Tim Stadtmann authoredThe parsing is done by the process.py script.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ASMO_simulinkGet.tpl.h 365 B
{% import 'macros.tpl' as macros %}
{% extends "base.tpl" %}
{% block content %}
#ifndef ASMO_SIMULINK_GET_H
#define ASMO_SIMULINK_GET_H
#ifndef MATLAB_MEX_FILE
#include "SmartECLA_allHeaders.h"
#endif
bool simulink_getMeasurement(uint32_t id, double *value,
timestamp_t *timestamp);
#endif /* ASMO_SIMULINK_GET_H */
{% endblock %}