Defines the data logging (DATALOG) object.
Data Fields | |
| int32_t | cntr |
| Variable: Data log counter. More... | |
| int32_t | size |
| Parameter: Maximum data buffer. More... | |
| int32_t | skipCount |
| used for prescalar counter More... | |
| int32_t | preScalar |
| Parameter: How many datalog update to be skipped. More... | |
| int32_t | status |
| Status of auto trigger type state machine. More... | |
| int32_t | trigger |
| Trigger value used for Auto triger type. More... | |
| bool | flag_enableLogData |
| Manual trigger usage - For datalog to be initiated always to be true. More... | |
| bool | flag_enableLogOneShot |
| Manual trigger usage - For datalog once this need to be true. More... | |
| int32_t DATALOG_Obj::cntr |
Variable: Data log counter.
| int32_t DATALOG_Obj::size |
Parameter: Maximum data buffer.
| int32_t DATALOG_Obj::skipCount |
used for prescalar counter
| int32_t DATALOG_Obj::preScalar |
Parameter: How many datalog update to be skipped.
| int32_t DATALOG_Obj::status |
Status of auto trigger type state machine.
| int32_t DATALOG_Obj::trigger |
Trigger value used for Auto triger type.
| bool DATALOG_Obj::flag_enableLogData |
Manual trigger usage - For datalog to be initiated always to be true.
| bool DATALOG_Obj::flag_enableLogOneShot |
Manual trigger usage - For datalog once this need to be true.