PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include "PlusConfigure.h"
#include "vtkPlusChannel.h"
#include "vtkPlusClariusOEM.h"
#include "PixelCodec.h"
#include "vtkPlusDataSource.h"
#include "vtkPlusUsImagingParameters.h"
#include "ClariusBLE.h"
#include "ClariusWifi.h"
#include <solum.h>
#include <solum_def.h>
#include <vtkImageData.h>
#include <vtkInformation.h>
#include <vtkMatrix4x4.h>
#include <vtkNew.h>
#include <vtkSmartPointer.h>
#include <algorithm>
#include <cctype>
#include <chrono>
#include <future>
#include <map>
#include <sstream>
#include <string>
Go to the source code of this file.
Macros | |
#define | CLARIUS_FALSE 0 |
#define | CLARIUS_RUN 1 |
#define | CLARIUS_STATE_CONNECTED 1 |
#define | CLARIUS_STATE_NOT_CONNECTED 0 |
#define | CLARIUS_STATE_NOT_INITIALIZED -1 |
#define | CLARIUS_STOP 0 |
#define | CLARIUS_TRUE 1 |
Enumerations | |
enum | BUTTON_MODE |
Functions | |
std::string | to_string (ClariusAvailability avail) |
std::string | to_string (ClariusWifiMode mode) |
#define CLARIUS_FALSE 0 |
Definition at line 44 of file vtkPlusClariusOEM.cxx.
#define CLARIUS_RUN 1 |
Definition at line 45 of file vtkPlusClariusOEM.cxx.
#define CLARIUS_STATE_CONNECTED 1 |
Definition at line 51 of file vtkPlusClariusOEM.cxx.
#define CLARIUS_STATE_NOT_CONNECTED 0 |
Definition at line 50 of file vtkPlusClariusOEM.cxx.
#define CLARIUS_STATE_NOT_INITIALIZED -1 |
Definition at line 49 of file vtkPlusClariusOEM.cxx.
#define CLARIUS_STOP 0 |
Definition at line 46 of file vtkPlusClariusOEM.cxx.
#define CLARIUS_TRUE 1 |
Definition at line 43 of file vtkPlusClariusOEM.cxx.
|
strong |
Definition at line 94 of file vtkPlusClariusOEM.cxx.
std::string to_string | ( | ClariusAvailability | avail | ) |
Definition at line 62 of file vtkPlusClariusOEM.cxx.
std::string to_string | ( | ClariusWifiMode | mode | ) |
Definition at line 78 of file vtkPlusClariusOEM.cxx.