#include <iostream>#include <ros/console.h>#include <socrob/multicast.h>#include "TestShortSingleDelay.h"#include "ShortHeavyLoader.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | short_handler (TestShortSingleDelay &test_short, ShortHeavyLoader &heavy_loader, vector< uint8_t > &answer, id_type from, vector< uint8_t > &question) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 58 of file short_single_delay_heavy.cpp.
| void short_handler | ( | TestShortSingleDelay & | test_short, |
| ShortHeavyLoader & | heavy_loader, | ||
| vector< uint8_t > & | answer, | ||
| id_type | from, | ||
| vector< uint8_t > & | question | ||
| ) |
Definition at line 38 of file short_single_delay_heavy.cpp.