EoWo Datasource running

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2024-04-18 18:22:44 +01:00
parent 06242bd5c9
commit 9b01d22ea4
8 changed files with 204 additions and 32 deletions

View File

@@ -248,7 +248,7 @@ namespace MARTe {
/**
* The board identifier
*/
//uint32 boardId;
uint32 boardId;
/**
* The numberOfChannels
*/
@@ -264,7 +264,7 @@ namespace MARTe {
/**
* The board device name
*/
StreamString deviceDmaName;
//StreamString deviceDmaName;
/**
* The board file descriptor
*/
@@ -294,6 +294,12 @@ namespace MARTe {
*/
AtcaIopADCSleepNature sleepNature;
/**
* Debugging
*/
uint32 execCounter;
uint32 pollTimout;
/**
* Current counter and timer
*/