temp
This commit is contained in:
parent
7b58febb45
commit
a527d5837e
|
|
@ -38,8 +38,8 @@ typedef struct st_sondeinfo {
|
||||||
class Sonde
|
class Sonde
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
int currentSonde = 0;
|
|
||||||
public:
|
public:
|
||||||
|
int currentSonde = 0;
|
||||||
int nSonde;
|
int nSonde;
|
||||||
SondeInfo sondeList[MAXSONDE+1];
|
SondeInfo sondeList[MAXSONDE+1];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue