source: pacpusframework/branches/2.0-beta1/include/Pacpus/structure/structure_abs_original.h@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 years ago

PACPUS 2.0 Beta deployed in new branch

Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support

  • Property svn:executable set to *
File size: 346 bytes
Line 
1#ifndef STRUCTURE_ABS_ORIGINAL_H
2#define STRUCTURE_ABS_ORIGINAL_H
3
4typedef struct
5{
6 float vitesse_av_g, vitesse_av_d, vitesse_ar_g, vitesse_ar_d;
7 float ntop_av_g, ntop_av_d, ntop_ar_g, ntop_ar_d;
8 float dist_parc_av_g, dist_parc_av_d, dist_parc_ar_d, dist_parc_ar_g;
9} data_abs_original;
10
11#endif // STRUCTURE_ABS_ORIGINAL_H
Note: See TracBrowser for help on using the repository browser.