Skip to content
Snippets Groups Projects
  1. Nov 14, 2024
    • Marco Filho's avatar
      Use VmmTblAPI instead of vmm_config. · e92083bd
      Marco Filho authored
      VmmTbl now inherits from asynPortDriver instead of FrontEndBase.
      It has VmmTblAPI as a class component.
      
      Thus, everything that used pRMM->foo(); such as pRMM->setStringParam(addr_list, vmmHybFwVersion_[hyb], pVMMConfig.readFwVersion(hyb).c_str());
      are simply foor(); (equivalent to this->foo();)
      
      Everything that used pVMMConfig.foo(); now uses pVmmTblAPI->foo();
      
      configFEN had its name changed to configFE since the last configFE did
      nothing.
      Old configFE was removed.
      
      In the end, findRegister() was not moved to VmmTblAPI because it seems
      to be searching for a given register name based on an epics parameter.
      e92083bd
    • Marco Filho's avatar
      Pass registers to header. Rename file to PascalCase. · 444cf0e5
      Marco Filho authored
      Other APIS follow the same structure. No need for a cpp file for this.
      444cf0e5
  2. Mar 12, 2024
Loading