#include <mdDevice.h>

Public Member Functions | |
| ~mdDevice () | |
| mdDevice (md_device t) | |
| void | lxi_control (T *device, std::string scpiText) |
| T * | registeR (md_device t) |
| xmlrpc_c::value * | fetchCommands (std::string subSystem) |
| void | registerCmd (const char *cmdName, const mdIncoming &mdI) |
Public Attributes | |
| bool | isSingleton |
| int | clieverGroup |
| int | handle |
| int | mdStdDevIdx |
| md_device | type |
| mdState | state |
| udp::endpoint | ip |
| InstructionSet | cmds |
Definition at line 18 of file mdDevice.h.
Definition at line 35 of file mdDevice.h.
Definition at line 36 of file mdDevice.h.
| void mdDevice< T >::lxi_control | ( | T * | device, | |
| std::string | scpiText | |||
| ) | [inline] |
Definition at line 50 of file mdDevice.cpp.
Definition at line 31 of file mdDevice.cpp.
| xmlrpc_c::value* mdDevice< T >::fetchCommands | ( | std::string | subSystem | ) |
| void mdDevice< T >::registerCmd | ( | const char * | cmdName, | |
| const mdIncoming & | mdI | |||
| ) |
Reimplemented in mdMachine, and mdInstrument.
| bool mdDevice< T >::isSingleton |
Definition at line 21 of file mdDevice.h.
| int mdDevice< T >::clieverGroup |
Definition at line 22 of file mdDevice.h.
Definition at line 22 of file mdDevice.h.
| int mdDevice< T >::mdStdDevIdx |
Definition at line 22 of file mdDevice.h.
Definition at line 24 of file mdDevice.h.
Definition at line 25 of file mdDevice.h.
Definition at line 27 of file mdDevice.h.
| InstructionSet mdDevice< T >::cmds |
Definition at line 30 of file mdDevice.h.
1.5.6