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