#include <iostream>
#include <sot/core/debug.hh>
#include <unistd.h>
#include <dynamic-graph/entity.h>
#include <dynamic-graph/factory.h>
#include <sot/core/feature-abstract.hh>
#include <sot/core/mailbox-vector.hh>
#include <sstream>
#include <boost/thread.hpp>
Go to the source code of this file.
Functions | |
void | f (void) |
int | main (int, char **) |
Variables | |
sot::MailboxVector * | mailbox = NULL |
void f | ( | void | ) |
Definition at line 33 of file test_mailbox.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 49 of file test_mailbox.cpp.
sot::MailboxVector* mailbox = NULL |
Definition at line 31 of file test_mailbox.cpp.