mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 05:04:55 +01:00
update mode added. need to fix why udpatemode get and set not in allowed functions
This commit is contained in:
@@ -545,6 +545,8 @@ class Module : public virtual slsDetectorDefs {
|
||||
const std::string &serverName);
|
||||
void updateKernel(std::vector<char> buffer);
|
||||
void rebootController();
|
||||
bool getUpdateMode();
|
||||
void setUpdateMode(const bool updatemode);
|
||||
uint32_t readRegister(uint32_t addr) const;
|
||||
uint32_t writeRegister(uint32_t addr, uint32_t val);
|
||||
void setBit(uint32_t addr, int n);
|
||||
|
||||
Reference in New Issue
Block a user