|
COOPY » Guide
version 0.6.5
|
#include <stdio.h>#include <getopt.h>#include <coopy/PolyBook.h>#include <coopy/CsvFile.h>#include <coopy/CsvTextBook.h>#include <coopy/PatchParser.h>#include <coopy/SheetPatcher.h>#include <coopy/Dbg.h>#include <yarp/os/Port.h>#include <yarp/os/Bottle.h>#include <yarp/os/Network.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 24 of file sslive.cpp.
References coopy::store::PolyBook::attach(), coopy::store::PolySheet::cellSummary(), coopy::store::PolySheet::height(), coopy::store::PolySheet::isValid(), coopy::store::TextBook::open(), optarg, optind, coopy::store::TextBook::readSheetByIndex(), coopy::store::SheetCell::toString(), and coopy::store::PolySheet::width().
1.7.4