31 const U8* getBuffAddr()
const {
47 InputWatchDogPort :: {
…}
55 void InputWatchDogPort ::
55 void InputWatchDogPort :: {
…}
61 void InputWatchDogPort ::
70 this->m_comp = callComp;
71 this->m_func = funcPtr;
72 this->m_connObj = callComp;
61 void InputWatchDogPort :: {
…}
75 void InputWatchDogPort ::
78#if FW_PORT_TRACING == 1
85 return this->m_func(this->m_comp, this->m_portNum, code);
75 void InputWatchDogPort :: {
…}
88#if FW_PORT_SERIALIZATION == 1
95#if FW_PORT_TRACING == 1
108 this->m_func(this->m_comp, this->m_portNum, code);
119 OutputWatchDogPort ::
120 OutputWatchDogPort() :
121 Fw::OutputPortBase(),
119 OutputWatchDogPort :: {
…}
127 void OutputWatchDogPort ::
127 void OutputWatchDogPort :: {
…}
133 void OutputWatchDogPort ::
138 this->m_port = callPort;
139 this->m_connObj = callPort;
141#if FW_PORT_SERIALIZATION == 1
142 this->m_serPort =
nullptr;
133 void OutputWatchDogPort :: {
…}
146 void OutputWatchDogPort ::
149#if FW_PORT_TRACING == 1
153#if FW_PORT_SERIALIZATION
154 FW_ASSERT((this->m_port !=
nullptr) || (this->m_serPort !=
nullptr));
156 if (this->m_port !=
nullptr) {
157 this->m_port->invoke(code);
161 WatchDogPortBuffer _buffer;
163 _status = _buffer.serialize(code);
166 _status = this->m_serPort->invokeSerial(_buffer);
171 this->m_port->invoke(code);
146 void OutputWatchDogPort :: {
…}
uint8_t U8
8-bit unsigned integer
PlatformUIntType NATIVE_UINT_TYPE
PlatformAssertArgType FwAssertArgType
SerializeStatus deserialize(U8 &val)
deserialize 8-bit unsigned int
SerializeStatus
forward declaration for string
@ FW_SERIALIZE_OK
Serialization/Deserialization operation was successful.