Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
FOFBApp/src: update fofb_ctrl functions
Browse files Browse the repository at this point in the history
  • Loading branch information
melissa-aguiar committed Dec 9, 2021
1 parent 227f103 commit b07b718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FOFBApp/src/drvFOFB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static const functionsAny_t fofbProcessingSetGetRamDataInFunc = {functio
halcs_get_fofb_processing_ram_data_in}};
static const functionsAny_t fofbProcessingSetGetRamDataOutFunc = {functionsUInt32_t{"FOFB_PROCESSING", NULL,
halcs_get_fofb_processing_ram_data_out}};
static const functionsAny_t rtmLampOhwrSetGetStatusFunc = {functionsUInt32_t{"RTMLAMP_OHWR", NULL ,
static const functionsAny_t rtmLampSetGetStatusFunc = {functionsUInt32_t{"RTMLAMP_OHWR", NULL ,
halcs_get_rtmlamp_ohwr_sta}};
static const functionsAny_t rtmLampSetGetDacDataFromWbFunc = {functionsUInt32_t{"RTMLAMP_OHWR", halcs_set_rtmlamp_ohwr_dac_data_from_wb,
halcs_get_rtmlamp_ohwr_dac_data_from_wb}};
Expand Down Expand Up @@ -105,7 +105,7 @@ static const functionsAny_t fofbCtrlSetGetActPartFunc = {functio
static const functionsAny_t fofbCtrlSetGeErrClrFunc = {functionsUInt32_t{"FOFB_CC", halcs_set_fofb_ctrl_err_clr,
halcs_get_fofb_ctrl_err_clr}};
static const functionsAny_t fofbCtrlSetGetCcEnableFunc = {functionsUInt32_t{"FOFB_CC", halcs_set_fofb_ctrl_cc_enable,
fofb_ctrl_cc_enable}};
halcs_get_fofb_ctrl_cc_enable}};
static const functionsAny_t fofbCtrlSetGetTfsOverrideFunc = {functionsUInt32_t{"FOFB_CC", halcs_set_fofb_ctrl_tfs_override,
halcs_get_fofb_ctrl_tfs_override}};
static const functionsAny_t fofbCtrlSetGetBpmIdFunc = {functionsUInt32_t{"FOFB_CC", halcs_set_fofb_ctrl_bpm_id,
Expand Down Expand Up @@ -379,7 +379,7 @@ drvFOFB::drvFOFB(const char *portName, const char *endpoint, int fofbNumber,
fofbHwFunc.emplace(P_RtmLampPIOLDacCntMax, rtmLampSetGetPIOLDacCntMaxFunc);
fofbHwFunc.emplace(P_RtmLampPISPLimInf, rtmLampSetGetPISPLimInfFunc);
fofbHwFunc.emplace(P_FofbCtrlActPart, fofbCtrlSetGetActPartFunc);
fofbHwFunc.emplace(P_FofbCtrlErrClr, fofbCtrlSetGeFofbCtrlErrClrFunc);
fofbHwFunc.emplace(P_FofbCtrlErrClr, fofbCtrlSetGeErrClrFunc);
fofbHwFunc.emplace(P_FofbCtrlCcEnable, fofbCtrlSetGetCcEnableFunc);
fofbHwFunc.emplace(P_FofbCtrlTfsOverride, fofbCtrlSetGetTfsOverrideFunc);
fofbHwFunc.emplace(P_FofbCtrlBpmId, fofbCtrlSetGetBpmIdFunc);
Expand Down

0 comments on commit b07b718

Please sign in to comment.