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

Definition at line 556 of file MainWindow.cc.

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

Referenced by on_fTriggerSeqLPext_valueChanged().

557 {
558  static const struct Data { int32_t id; char on; } __attribute__((__packed__)) d = { -1, 1 };
559  Dim::SendCommand("FTM_CONTROL/ENABLE_FTU", &d, sizeof(Data));
560 }
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: