Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
#include <RegisterFile.h>
Public Member Functions | |
tcRegUpdateTypeMsg (const tcRegisterFile::tsRegDefinition *preg, T oldval, T newval) | |
Public Member Functions inherited from SocCamera::tcRegUpdateMsg | |
tcRegUpdateMsg (const tcRegisterFile::tsRegDefinition *preg) | |
Public Attributes | |
T | m_oldval |
This is the old value before we decided to try and change it. More... | |
T | m_newval |
This is the new value that we are trying to change to. More... | |
T | m_fixval |
This is the new value after all the handlers have had a chance verify it. It' may be different than the new value. More... | |
Public Attributes inherited from SocCamera::tcRegUpdateMsg | |
const tcRegisterFile::tsRegDefinition * | m_reg_def |
teRegType | m_regtype |
uint32_t | m_address |
bool | m_handled |
GEV_STATUS | m_status |
uint32_t | m_length |
|
inline |
T SocCamera::tcRegUpdateTypeMsg< T >::m_fixval |
This is the new value after all the handlers have had a chance verify it. It' may be different than the new value.
T SocCamera::tcRegUpdateTypeMsg< T >::m_newval |
This is the new value that we are trying to change to.
T SocCamera::tcRegUpdateTypeMsg< T >::m_oldval |
This is the old value before we decided to try and change it.