tesseract
5.0.0-alpha-619-ge9db
|
#include <algorithm>
#include <climits>
#include <cstdarg>
#include <cstring>
#include <map>
#include <mutex>
#include <string>
#include <thread>
#include <utility>
#include <vector>
#include "allheaders.h"
#include "scrollview.h"
#include "svutil.h"
Go to the source code of this file.
Classes | |
struct | SVPolyLineBuffer |
Variables | |
const int | kSvPort = 8461 |
const int | kMaxMsgSize = 4096 |
const int | kMaxIntPairSize = 45 |
const int kMaxIntPairSize = 45 |
Definition at line 43 of file scrollview.cpp.
const int kMaxMsgSize = 4096 |
Definition at line 42 of file scrollview.cpp.
const int kSvPort = 8461 |
Definition at line 41 of file scrollview.cpp.