F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the documentation of this file.
15 return sizeof(m_buff);
18 U8* getBuffAddr(
void) {
22 const U8* getBuffAddr(
void)
const {
47 this->m_func = funcPtr;
54 #if FW_PORT_TRACING == 1
62 #if FW_PORT_SERIALIZATION == 1
82 this->m_port = callPort;
84 #if FW_PORT_SERIALIZATION == 1
90 #if FW_PORT_TRACING == 1
94 #if FW_PORT_SERIALIZATION
100 return this->m_port->
invoke(addr, serBuffer);
SerializeStatus
forward declaration for string
uint8_t U8
8-bit unsigned integer
void addCallPort(InputI2cPort *callPort)
@ FW_SERIALIZE_OK
Serialization/Deserialization operation was successful.
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
I2cStatus invoke(U32 addr, Fw::Buffer &serBuffer)