#include "match-timing.h"#include "robot.h"#include <ul_log.h>
Defines | |
| #define | COMPETITION_TIME_DEFAULT 90 |
| #define | TIME_TO_DEPOSITE_DEFAULT 65 |
| #define | COMPETITION_TIME COMPETITION_TIME_DEFAULT |
| #define | TIME_TO_DEPOSITE TIME_TO_DEPOSITE_DEFAULT |
| #define | WAIT(sec) |
Functions | |
| UL_LOG_CUST (ulogd_match_timing) | |
| void * | timing_thread (void *arg) |
| int | timespec_subtract (struct timespec *result, struct timespec *x, struct timespec *y) |
| Subtract the `struct timespec' values X and Y, storing the result in RESULT (result = x - y). | |
| float | robot_current_time () |
| #define COMPETITION_TIME COMPETITION_TIME_DEFAULT |
| #define COMPETITION_TIME_DEFAULT 90 |
| #define TIME_TO_DEPOSITE TIME_TO_DEPOSITE_DEFAULT |
| #define TIME_TO_DEPOSITE_DEFAULT 65 |
| #define WAIT | ( | sec | ) |
| float robot_current_time | ( | ) |


| int timespec_subtract | ( | struct timespec * | result, | |
| struct timespec * | x, | |||
| struct timespec * | y | |||
| ) |
Subtract the `struct timespec' values X and Y, storing the result in RESULT (result = x - y).
Return 1 if the difference is negative, otherwise 0.
| void* timing_thread | ( | void * | arg | ) |


| UL_LOG_CUST | ( | ulogd_match_timing | ) |
1.7.1