HORIBA C++ SDK
Library for HORIBA devices
|
Represents a command sent to the ICL. More...
#include <command.h>
Public Member Functions | |
Command (std::string command, nlohmann::json parameters={}) | |
Builds a command based on the command string and json parameters. | |
nlohmann::json | json () const |
JSON representation of the command. | |
Represents a command sent to the ICL.
|
explicit |
Builds a command based on the command string and json parameters.
command | The ICL command |
parameters | The parameters necessary for the command |
|
nodiscard |
JSON representation of the command.