Skip to content
Snippets Groups Projects
Select Git revision
  • 0726e13a5f3e4b32722cf4d3ef191c95d1110b34
  • master default protected
  • dev_2022
  • patch-1
  • develop
  • 50-use-ubuntus-libhidapi
  • issue-highLevelDispatch
  • issue-highLevelDesign
  • issue-motorStartBug
  • issue-commandLayerDesign
  • v1.0
  • v0.4-rc.13
  • v0.4-rc.12
  • v0.4-rc.11
  • v0.4-rc.10
  • v0.4-rc.9
  • v0.3-rc.8
  • v0.3-rc.7
  • v0.3-rc.6
  • v0.3-rc.5
  • v0.3-rc.4
  • v0.3-rc.3
  • v0.3-rc.2
  • v0.3-rc.1
  • v0.3-rc
  • v0.2
  • v0.1.1
  • v0.1
28 results

usbBrickIO.m

Blame
  • 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 %}