PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
vtkPlusAddRecordingDeviceCommand.h
Go to the documentation of this file.
1 /*=Plus=header=begin======================================================
2  Program: Plus
3  Copyright (c) Laboratory for Percutaneous Surgery. All rights reserved.
4  See License.txt for details.
5 =========================================================Plus=header=end*/
6 
7 #ifndef __vtkPlusAddRecordingDeviceCommand_h
8 #define __vtkPlusAddRecordingDeviceCommand_h
9 
10 #include "vtkPlusServerExport.h"
11 
12 #include "vtkPlusCommand.h"
13 
19 class vtkPlusServerExport vtkPlusAddRecordingDeviceCommand : public vtkPlusCommand
20 {
21 public:
24  virtual vtkPlusCommand* Clone() { return New(); }
25 
27  virtual PlusStatus Execute();
28 
30  virtual void GetCommandNames(std::list<std::string>& cmdNames);
31 
33  virtual std::string GetDescription(const std::string& commandName);
34 
35  void SetNameToAddRecordingDevice();
36 
37 protected:
40 
41 private:
43  void operator=(const vtkPlusAddRecordingDeviceCommand&);
44 };
45 
46 #endif
virtual std::string GetDescription(const std::string &commandName)=0
virtual PlusStatus Execute()=0
This is an abstract superclass for commands in the OpenIGTLink network interface for Plus.
igsioStatus PlusStatus
Definition: PlusCommon.h:40
virtual void GetCommandNames(std::list< std::string > &cmdNames)=0
This command adds a virtual capture device with the attached arguments as input channels.