|
|
void | updateKilobotStates () |
|
void | getInitialKilobotStates () |
|
void | experimentComplete () |
|
void | saveImage (QString) |
|
void | saveVideoFrames (QString, unsigned int) |
|
void | signalKilobot (kilobot_message) |
|
void | broadcastMessage (kilobot_broadcast) |
|
void | setTrackingType (int) |
|
void | sendBroadcastingState (bool) |
|
void | drawCircle (QPointF pos, float r, QColor col, int thickness, std::string text, bool transparent=false) |
|
void | drawLine (std::vector< cv::Point > pos, QColor col, int thickness, std::string text, bool transparent) |
|
void | clearDrawings () |
|
void | drawCircleOnRecordedImage (QPointF pos, float r, QColor col, int thickness, std::string text) |
|
void | clearDrawingsOnRecordedImage () |
|
|
virtual QWidget * | createGUI () |
|
|
int | serviceInterval = 100 |
|
|
double | time |
|
bool | runtimeIdentificationLock = false |
|
bool | ThereIsMsgsToSend =false |
◆ setupInitialStateRequiredCode
| void KilobotExperiment::setupInitialStateRequiredCode |
( |
Kilobot * | kilobot, |
|
|
Kilobot | kilobotCopy ) |
|
inlineslot |
setupInitialStateRequiredCode
- Parameters
-
Slot that makes sure that some code is run BEFORE the derived function
◆ updateStateRequiredCode
| void KilobotExperiment::updateStateRequiredCode |
( |
Kilobot * | kilobot, |
|
|
Kilobot | kilobotCopy ) |
|
inlineslot |
updateStateRequiredCode
- Parameters
-
Slot that makes sure that some code is run BEFORE the derived function
The documentation for this class was generated from the following file: