Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • M10
  • triton_400_PC2
  • selene
  • Helios_PC1_CryoDAC
  • bertha
  • 4K/master
  • dev_tobias/log_metadata
  • dev_HDAWG
  • triton_400
  • dev_ziMFLI
  • dev/hotfix_drawnow
  • kurt
  • dev_Rigol
  • dev_decaDAC4
  • gaas
16 results

README.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    b4b_opMode.h 191 B
    #ifndef B4B_OPMODE_H
    #define B4B_OPMODE_H
    
    #include <C3_ControlComponent.h>
    
    // Adds the dummy operation mode to a control component
    bool
    b4b_opMode_add(C3_CC *cc);
    
    #endif /* B4B_OPMODE_H */