![]() |
Kart
1.1
BTS SN-IR La Salle Avignon 2018
|
#include <telemetrie.h>
Fonctions membres publiques | |
Telemetrie () | |
Constructeur par défaut. | |
QVector< Echantillon > | getEchantillons () |
void | supprimerEchantillons () |
Vide les échantillons stockés pour un essai. | |
void | ajouterEchantillon (Echantillon echantillon) |
Attributs privés | |
QVector< Echantillon > | echantillons |
les données télémétriques pour un kart
{ }
Telemetrie::ajouterEchantillon | ( | Echantillon | echantillon | ) |
echantillon |
Références echantillons.
Référencé par IHMKart::rafraichir().
{ echantillons.push_back(echantillon); qDebug() << Q_FUNC_INFO << echantillons.size(); }
Références echantillons.
{ return echantillons; }
QVector<Echantillon> Telemetrie::echantillons [private] |
Référencé par ajouterEchantillon(), getEchantillons(), et supprimerEchantillons().