source: PSPA/Interface_Web/trunk/pspaWT/sources/controler/include/sectionToExecute.h @ 312

Last change on this file since 312 was 312, checked in by lemeur, 11 years ago

suppression designation elements par index + fin generator

File size: 267 bytes
Line 
1#ifndef SECTIONTOEXECUTE_SEEN
2#define SECTIONTOEXECUTE_SEEN
3
4#include "nomDeLogiciel.h"
5
6typedef struct 
7{
8  unsigned firstElement;  // numero premier element
9  unsigned lastElement;   // numero dernier element
10  nomDeLogiciel software;
11}  sectionToExecute;
12
13#endif
Note: See TracBrowser for help on using the repository browser.