Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 705930ed

Přidáno uživatelem Jakub Hejman před téměř 4 roky(ů)

pass points as reference

Zobrazit rozdíly:

deltarobot/curvedataserver.h
36 36
    void sendActuatorPosition(float x, float y, float z);
37 37
    void sendActualDirection(float x, float y, float z);
38 38
    void sendTargetDirection(float x, float y, float z);
39
    void sendNewCurve(QList<QVector4D> points);
40
    void sendNewCurve(QList<QVector3D> points);
39
    void sendNewCurve(QList<QVector4D> &points);
40
    void sendNewCurve(QList<QVector3D> &points);
41 41

  
42 42
public slots:
43 43
    void onNewConnection();

Také k dispozici: Unified diff