#include "kniBase.h"
#include <iostream>
#include <cstdio>
#include <memory>
#include <vector>
#include <fstream>
Go to the source code of this file.
Classes | |
struct | TCurrentMot |
structure for the currently active axis More... | |
struct | TPoint |
struct | Tpos |
Macros | |
#define | LEFT false |
#define | RIGHT true |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
std::unique_ptr< CLMBase > | katana |
const double | PI = 3.14159265358979323846 |
#define LEFT false |
Definition at line 30 of file kni_test.cpp.
#define RIGHT true |
Definition at line 31 of file kni_test.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 56 of file kni_test.cpp.
std::unique_ptr<CLMBase> katana |
Definition at line 53 of file kni_test.cpp.
const double PI = 3.14159265358979323846 |
Definition at line 34 of file kni_test.cpp.