#include <netdb.h>
#include <unistd.h>
#include <string>
#include "MedScanModule.h"
#include "MedScanSource.h"
#include "Image.h"
#include <gihi_client.h>
#include <gihi_plugin.h>
#include <math.h>
#include <stdio.h>
#include <iostream>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <string.h>
Include dependency graph for MedScanModule.cxx:

Namespaces | |
| namespace | ot |
Defines | |
| #define | ENDIAN_SRV_HDR_T 1 |
| #define | PV 1 |
| #define | TRACKING_DATA_SIZE (sizeof(float)*7*2+2*(sizeof(int))) |
| #define | IMAGE_BUFFSIZE (sizeof(image_hdr_dcr_t)+sizeof(image_dcr_t)+(256*256*2)+1) |
Functions | |
| ot::OT_MODULE_REGISTER_FUNC (MedScanModule) | |
Variables | |
| static const float | ot::DEG_TO_RAD = (float)(3.14159/180.0) |
| static const std::string | ot::tracking_service = "tracking" |
| static const std::string | ot::image_service = "image" |
| static const std::string | ot::command_service = "command" |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6