generated event translation files
This commit is contained in:
@ -98,7 +98,7 @@ public:
|
||||
COIL_Y_CURRENT, this);
|
||||
lp_var_t<float> coilZCurrentmA = lp_var_t<float>(sid.objectId,
|
||||
COIL_Z_CURRENT, this);
|
||||
/** All temperatures in [<5B>C] */
|
||||
/** All temperatures in [<5B>C] */
|
||||
lp_var_t<uint16_t> coilXTemperature = lp_var_t<uint16_t>(sid.objectId,
|
||||
COIL_X_TEMPERATURE, this);
|
||||
lp_var_t<uint16_t> coilYTemperature = lp_var_t<uint16_t>(sid.objectId,
|
||||
@ -182,9 +182,9 @@ private:
|
||||
/**
|
||||
* @brief Constructor
|
||||
*
|
||||
* @param xDipole The dipole of the x coil in 10^-4*Am^2
|
||||
* @param yDipole The dipole of the y coil in 10^-4*Am^2
|
||||
* @param zDipole The dipole of the z coil in 10^-4*Am^2
|
||||
* @param xDipole The dipole of the x coil in 10 ^ -4 * Am^2
|
||||
* @param yDipole The dipole of the y coil in 10 ^ -4 * Am^2
|
||||
* @param zDipole The dipole of the z coil in 10 ^ -4 * Am^2
|
||||
* @param duration The duration in milliseconds the dipole will be generated by the coils.
|
||||
* When set to 0, the dipole will be generated until a new dipole actuation
|
||||
* command is sent.
|
||||
|
Reference in New Issue
Block a user