31 const U8* getBuffAddr()
const {
55 void InputTlmPort :: {
…}
70 this->m_comp = callComp;
71 this->m_func = funcPtr;
72 this->m_connObj = callComp;
61 void InputTlmPort :: {
…}
82#if FW_PORT_TRACING == 1
89 return this->m_func(this->m_comp, this->m_portNum,
id, timeTag, val);
75 void InputTlmPort :: {
…}
92#if FW_PORT_SERIALIZATION == 1
99#if FW_PORT_TRACING == 1
124 this->m_func(this->m_comp, this->m_portNum,
id, timeTag, val);
143 void OutputTlmPort ::
143 void OutputTlmPort :: {
…}
149 void OutputTlmPort ::
154 this->m_port = callPort;
155 this->m_connObj = callPort;
157#if FW_PORT_SERIALIZATION == 1
158 this->m_serPort =
nullptr;
149 void OutputTlmPort :: {
…}
162 void OutputTlmPort ::
169#if FW_PORT_TRACING == 1
173#if FW_PORT_SERIALIZATION
174 FW_ASSERT((this->m_port !=
nullptr) || (this->m_serPort !=
nullptr));
176 if (this->m_port !=
nullptr) {
177 this->m_port->invoke(
id, timeTag, val);
181 TlmPortBuffer _buffer;
183 _status = _buffer.serialize(
id);
186 _status = _buffer.serialize(timeTag);
189 _status = _buffer.serialize(val);
192 _status = this->m_serPort->invokeSerial(_buffer);
197 this->m_port->invoke(
id, timeTag, val);
162 void OutputTlmPort :: {
…}
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.