FACT++  1.0
void MainWindow::on_fFtuAllOff_clicked ( )
privateslot

Definition at line 562 of file MainWindow.cc.

References __attribute__, Data, id, and Dim::SendCommand().

Referenced by on_fTriggerSeqLPext_valueChanged().

563 {
564  static const struct Data { int32_t id; char on; } __attribute__((__packed__)) d = { -1, 0 };
565  Dim::SendCommand("FTM_CONTROL/ENABLE_FTU", &d, sizeof(Data));
566 }
int Data[MAX_SERVICES]
char id[4]
Definition: FITS.h:71
bool SendCommand(const std::string &command)
Definition: Dim.h:26
typedef __attribute__

+ Here is the call graph for this function:

+ Here is the caller graph for this function: