-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRosPubSubExample_private.h
38 lines (34 loc) · 1.28 KB
/
RosPubSubExample_private.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
* RosPubSubExample_private.h
*
* Non-Degree Granting Education License -- for use at non-degree
* granting, nonprofit, educational organizations only. Not for
* government, commercial, or other organizational use.
*
* Code generation for model "RosPubSubExample".
*
* Model version : 1.30
* Simulink Coder version : 8.14 (R2018a) 06-Feb-2018
* C++ source code generated on : Tue Jan 15 12:19:20 2019
*
* Target selection: grt.tlc
* Note: GRT includes extra infrastructure and instrumentation for prototyping
* Embedded hardware selection: Intel->x86-64 (Windows64)
* Code generation objectives: Unspecified
* Validation result: Not run
*/
#ifndef RTW_HEADER_RosPubSubExample_private_h_
#define RTW_HEADER_RosPubSubExample_private_h_
#include "rtwtypes.h"
#include "multiword_types.h"
/* Private macros used by the generated code to access rtModel */
#ifndef rtmIsMajorTimeStep
# define rtmIsMajorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MAJOR_TIME_STEP)
#endif
#ifndef rtmIsMinorTimeStep
# define rtmIsMinorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MINOR_TIME_STEP)
#endif
#ifndef rtmSetTPtr
# define rtmSetTPtr(rtm, val) ((rtm)->Timing.t = (val))
#endif
#endif /* RTW_HEADER_RosPubSubExample_private_h_ */