#include "ros1_cpptemplate/atomic_fibonacci.hpp"
#include <sstream>
#include <iostream>
#include <atomic>
#include <vector>
#include <thread>
#include <chrono>
#include <ros/console.h>
Go to the source code of this file.
|
typedef std::shared_ptr< std::atomic< bool > > | FlagPtr |
|
|
int | argToInt (char *arg) |
|
void | callFibonacci (AtomicFibonacciPtr atomic_fibonacci, std::atomic< bool > &start_flag) |
|
int | main (int argc, char **argv) |
|
typedef std::shared_ptr<std::atomic<bool> > FlagPtr |
int argToInt |
( |
char * |
arg | ) |
|
void callFibonacci |
( |
AtomicFibonacciPtr |
atomic_fibonacci, |
|
|
std::atomic< bool > & |
start_flag |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |