#include <ros/ros.h>
#include <ias_table_srvs/ias_table_clusters_service.h>
#include <cstdlib>
#include <ctype.h>
#include <vector>
#include <fstream>
#include <ctime>
#include <iomanip>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int | record_to_file (std::vector< std::string > data) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Subscribe to service
Definition at line 73 of file query_table_memory_write_to_file.cpp.
int record_to_file | ( | std::vector< std::string > | data | ) |
Definition at line 57 of file query_table_memory_write_to_file.cpp.