Corrected WO setting by epics caput

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2024-04-29 18:32:00 +01:00
parent 7dfc58fd15
commit d62dc8a082
6 changed files with 280 additions and 185 deletions

View File

@@ -195,7 +195,7 @@ namespace MARTe {
/**
* The board file descriptor
*/
int32 boardFileDescriptor;
int32 devFileDescriptor;
uint32 synchCounter;
/**
@@ -235,7 +235,7 @@ namespace MARTe {
*/
bool triggerSet;
int32 SetDacReg(uint32 channel, float32 val) const;
//int32 SetDacReg(uint32 channel, float32 val) const;
};
}