10 #if FW_ENABLE_TEXT_LOGGING 32 this->m_recvReturnIn_InputPort[port].
init();
37 this->m_recvReturnIn_InputPort[port].
setPortNum(port);
39 #if FW_OBJECT_NAMES == 1 43 this->m_objName.toChar(),
46 this->m_recvReturnIn_InputPort[port].setObjName(portName.
toChar());
56 this->m_run_InputPort[port].
init();
63 #if FW_OBJECT_NAMES == 1 67 this->m_objName.toChar(),
70 this->m_run_InputPort[port].setObjName(portName.
toChar());
80 this->m_send_InputPort[port].
init();
87 #if FW_OBJECT_NAMES == 1 91 this->m_objName.toChar(),
94 this->m_send_InputPort[port].setObjName(portName.
toChar());
104 this->m_Log_OutputPort[port].
init();
106 #if FW_OBJECT_NAMES == 1 110 this->m_objName.toChar(),
113 this->m_Log_OutputPort[port].setObjName(portName.
toChar());
117 #if FW_ENABLE_TEXT_LOGGING == 1 121 port < static_cast<FwIndexType>(this->getNum_LogText_OutputPorts());
124 this->m_LogText_OutputPort[port].
init();
126 #if FW_OBJECT_NAMES == 1 130 this->m_objName.toChar(),
133 this->m_LogText_OutputPort[port].setObjName(portName.
toChar());
144 this->m_Time_OutputPort[port].
init();
146 #if FW_OBJECT_NAMES == 1 150 this->m_objName.toChar(),
153 this->m_Time_OutputPort[port].setObjName(portName.
toChar());
163 this->m_Tlm_OutputPort[port].
init();
165 #if FW_OBJECT_NAMES == 1 169 this->m_objName.toChar(),
172 this->m_Tlm_OutputPort[port].setObjName(portName.
toChar());
182 this->m_allocate_OutputPort[port].
init();
184 #if FW_OBJECT_NAMES == 1 188 this->m_objName.toChar(),
191 this->m_allocate_OutputPort[port].setObjName(portName.
toChar());
201 this->m_deallocate_OutputPort[port].
init();
203 #if FW_OBJECT_NAMES == 1 207 this->m_objName.toChar(),
210 this->m_deallocate_OutputPort[port].setObjName(portName.
toChar());
220 this->m_ready_OutputPort[port].
init();
222 #if FW_OBJECT_NAMES == 1 226 this->m_objName.toChar(),
229 this->m_ready_OutputPort[port].setObjName(portName.
toChar());
239 this->m_recv_OutputPort[port].
init();
241 #if FW_OBJECT_NAMES == 1 245 this->m_objName.toChar(),
248 this->m_recv_OutputPort[port].setObjName(portName.
toChar());
262 static_cast<FwAssertArgType>(portNum)
265 return &this->m_recvReturnIn_InputPort[portNum];
273 static_cast<FwAssertArgType>(portNum)
276 return &this->m_run_InputPort[portNum];
284 static_cast<FwAssertArgType>(portNum)
287 return &this->m_send_InputPort[portNum];
302 static_cast<FwAssertArgType>(portNum)
308 #if FW_ENABLE_TEXT_LOGGING == 1 310 void LinuxUartDriverComponentBase ::
311 set_LogText_OutputPort(
317 (0 <= portNum) && (portNum < this->getNum_LogText_OutputPorts()),
318 static_cast<FwAssertArgType>(portNum)
321 this->m_LogText_OutputPort[portNum].addCallPort(port);
334 static_cast<FwAssertArgType>(portNum)
337 this->m_Time_OutputPort[portNum].
addCallPort(port);
348 static_cast<FwAssertArgType>(portNum)
366 static_cast<FwAssertArgType>(portNum)
369 this->m_allocate_OutputPort[portNum].
addCallPort(port);
380 static_cast<FwAssertArgType>(portNum)
383 this->m_deallocate_OutputPort[portNum].
addCallPort(port);
394 static_cast<FwAssertArgType>(portNum)
397 this->m_ready_OutputPort[portNum].
addCallPort(port);
408 static_cast<FwAssertArgType>(portNum)
411 this->m_recv_OutputPort[portNum].
addCallPort(port);
414 #if FW_PORT_SERIALIZATION 423 Fw::InputSerializePort* port
428 static_cast<FwAssertArgType>(portNum)
431 this->m_Log_OutputPort[portNum].registerSerialPort(port);
434 #if FW_ENABLE_TEXT_LOGGING == 1 436 void LinuxUartDriverComponentBase ::
437 set_LogText_OutputPort(
439 Fw::InputSerializePort* port
443 (0 <= portNum) && (portNum < this->getNum_LogText_OutputPorts()),
444 static_cast<FwAssertArgType>(portNum)
447 this->m_LogText_OutputPort[portNum].registerSerialPort(port);
455 Fw::InputSerializePort* port
460 static_cast<FwAssertArgType>(portNum)
463 this->m_Time_OutputPort[portNum].registerSerialPort(port);
469 Fw::InputSerializePort* port
474 static_cast<FwAssertArgType>(portNum)
477 this->m_Tlm_OutputPort[portNum].registerSerialPort(port);
482 #if FW_PORT_SERIALIZATION 491 Fw::InputSerializePort* port
496 static_cast<FwAssertArgType>(portNum)
499 this->m_deallocate_OutputPort[portNum].registerSerialPort(port);
505 Fw::InputSerializePort* port
510 static_cast<FwAssertArgType>(portNum)
513 this->m_ready_OutputPort[portNum].registerSerialPort(port);
519 Fw::InputSerializePort* port
524 static_cast<FwAssertArgType>(portNum)
527 this->m_recv_OutputPort[portNum].registerSerialPort(port);
538 Fw::PassiveComponentBase(compName)
540 this->m_WriteErrorThrottle = 0;
541 this->m_ReadErrorThrottle = 0;
542 this->m_NoBuffersThrottle = 0;
583 #if FW_ENABLE_TEXT_LOGGING == 1 586 getNum_LogText_OutputPorts()
const 642 static_cast<FwAssertArgType>(portNum)
645 return this->m_Log_OutputPort[portNum].
isConnected();
648 #if FW_ENABLE_TEXT_LOGGING == 1 650 bool LinuxUartDriverComponentBase ::
651 isConnected_LogText_OutputPort(
FwIndexType portNum)
654 (0 <= portNum) && (portNum < this->getNum_LogText_OutputPorts()),
655 static_cast<FwAssertArgType>(portNum)
658 return this->m_LogText_OutputPort[portNum].isConnected();
668 static_cast<FwAssertArgType>(portNum)
671 return this->m_Time_OutputPort[portNum].
isConnected();
679 static_cast<FwAssertArgType>(portNum)
682 return this->m_Tlm_OutputPort[portNum].
isConnected();
694 static_cast<FwAssertArgType>(portNum)
697 return this->m_allocate_OutputPort[portNum].
isConnected();
705 static_cast<FwAssertArgType>(portNum)
708 return this->m_deallocate_OutputPort[portNum].
isConnected();
716 static_cast<FwAssertArgType>(portNum)
719 return this->m_ready_OutputPort[portNum].
isConnected();
727 static_cast<FwAssertArgType>(portNum)
730 return this->m_recv_OutputPort[portNum].
isConnected();
748 static_cast<FwAssertArgType>(portNum)
773 static_cast<FwAssertArgType>(portNum)
792 static_cast<FwAssertArgType>(portNum)
824 static_cast<FwAssertArgType>(portNum)
828 this->m_allocate_OutputPort[portNum].isConnected(),
829 static_cast<FwAssertArgType>(portNum)
831 return this->m_allocate_OutputPort[portNum].
invoke(
844 static_cast<FwAssertArgType>(portNum)
848 this->m_deallocate_OutputPort[portNum].isConnected(),
849 static_cast<FwAssertArgType>(portNum)
851 this->m_deallocate_OutputPort[portNum].
invoke(
861 static_cast<FwAssertArgType>(portNum)
865 this->m_ready_OutputPort[portNum].isConnected(),
866 static_cast<FwAssertArgType>(portNum)
868 this->m_ready_OutputPort[portNum].
invoke();
880 static_cast<FwAssertArgType>(portNum)
884 this->m_recv_OutputPort[portNum].isConnected(),
885 static_cast<FwAssertArgType>(portNum)
887 this->m_recv_OutputPort[portNum].
invoke(
906 if (this->m_Time_OutputPort[0].isConnected()) {
907 this->m_Time_OutputPort[0].
invoke(_logTime);
915 if (this->m_Log_OutputPort[0].isConnected()) {
919 #if FW_AMPCS_COMPATIBLE 924 static_cast<FwAssertArgType>(_status)
931 static_cast<FwAssertArgType>(_status)
934 #if FW_AMPCS_COMPATIBLE 937 static_cast<U8>(
sizeof(I32))
941 static_cast<FwAssertArgType>(_status)
947 static_cast<FwAssertArgType>(_status)
953 static_cast<FwAssertArgType>(_status)
956 this->m_Log_OutputPort[0].
invoke(
965 #if FW_ENABLE_TEXT_LOGGING 966 if (this->m_LogText_OutputPort[0].isConnected()) {
967 #if FW_OBJECT_NAMES == 1 968 const char* _formatString =
969 "(%s) %s: Error opening UART device %s: %" PRIi32
" %s";
971 const char* _formatString =
972 "%s: Error opening UART device %s: %" PRIi32
" %s";
979 this->m_objName.toChar(),
987 this->m_LogText_OutputPort[0].invoke(
1005 if (this->m_Time_OutputPort[0].isConnected()) {
1006 this->m_Time_OutputPort[0].
invoke(_logTime);
1014 if (this->m_Log_OutputPort[0].isConnected()) {
1018 #if FW_AMPCS_COMPATIBLE 1023 static_cast<FwAssertArgType>(_status)
1030 static_cast<FwAssertArgType>(_status)
1033 #if FW_AMPCS_COMPATIBLE 1036 static_cast<U8>(
sizeof(I32))
1040 static_cast<FwAssertArgType>(_status)
1046 static_cast<FwAssertArgType>(_status)
1049 this->m_Log_OutputPort[0].
invoke(
1058 #if FW_ENABLE_TEXT_LOGGING 1059 if (this->m_LogText_OutputPort[0].isConnected()) {
1060 #if FW_OBJECT_NAMES == 1 1061 const char* _formatString =
1062 "(%s) %s: Error configuring UART device %s: %" PRIi32
"";
1064 const char* _formatString =
1065 "%s: Error configuring UART device %s: %" PRIi32
"";
1072 this->m_objName.toChar(),
1079 this->m_LogText_OutputPort[0].invoke(
1100 (void) this->m_WriteErrorThrottle.fetch_add(1);
1105 if (this->m_Time_OutputPort[0].isConnected()) {
1106 this->m_Time_OutputPort[0].
invoke(_logTime);
1114 if (this->m_Log_OutputPort[0].isConnected()) {
1118 #if FW_AMPCS_COMPATIBLE 1123 static_cast<FwAssertArgType>(_status)
1130 static_cast<FwAssertArgType>(_status)
1133 #if FW_AMPCS_COMPATIBLE 1136 static_cast<U8>(
sizeof(I32))
1140 static_cast<FwAssertArgType>(_status)
1146 static_cast<FwAssertArgType>(_status)
1149 this->m_Log_OutputPort[0].
invoke(
1158 #if FW_ENABLE_TEXT_LOGGING 1159 if (this->m_LogText_OutputPort[0].isConnected()) {
1160 #if FW_OBJECT_NAMES == 1 1161 const char* _formatString =
1162 "(%s) %s: Error writing UART device %s: %" PRIi32
"";
1164 const char* _formatString =
1165 "%s: Error writing UART device %s: %" PRIi32
"";
1172 this->m_objName.toChar(),
1179 this->m_LogText_OutputPort[0].invoke(
1200 (void) this->m_ReadErrorThrottle.fetch_add(1);
1205 if (this->m_Time_OutputPort[0].isConnected()) {
1206 this->m_Time_OutputPort[0].
invoke(_logTime);
1214 if (this->m_Log_OutputPort[0].isConnected()) {
1218 #if FW_AMPCS_COMPATIBLE 1223 static_cast<FwAssertArgType>(_status)
1230 static_cast<FwAssertArgType>(_status)
1233 #if FW_AMPCS_COMPATIBLE 1236 static_cast<U8>(
sizeof(I32))
1240 static_cast<FwAssertArgType>(_status)
1246 static_cast<FwAssertArgType>(_status)
1249 this->m_Log_OutputPort[0].
invoke(
1258 #if FW_ENABLE_TEXT_LOGGING 1259 if (this->m_LogText_OutputPort[0].isConnected()) {
1260 #if FW_OBJECT_NAMES == 1 1261 const char* _formatString =
1262 "(%s) %s: Error reading UART device %s: %" PRIi32
"";
1264 const char* _formatString =
1265 "%s: Error reading UART device %s: %" PRIi32
"";
1272 this->m_objName.toChar(),
1279 this->m_LogText_OutputPort[0].invoke(
1294 if (this->m_Time_OutputPort[0].isConnected()) {
1295 this->m_Time_OutputPort[0].
invoke(_logTime);
1303 if (this->m_Log_OutputPort[0].isConnected()) {
1307 #if FW_AMPCS_COMPATIBLE 1312 static_cast<FwAssertArgType>(_status)
1319 static_cast<FwAssertArgType>(_status)
1322 this->m_Log_OutputPort[0].
invoke(
1331 #if FW_ENABLE_TEXT_LOGGING 1332 if (this->m_LogText_OutputPort[0].isConnected()) {
1333 #if FW_OBJECT_NAMES == 1 1334 const char* _formatString =
1335 "(%s) %s: UART Device %s configured";
1337 const char* _formatString =
1338 "%s: UART Device %s configured";
1345 this->m_objName.toChar(),
1351 this->m_LogText_OutputPort[0].invoke(
1369 (void) this->m_NoBuffersThrottle.fetch_add(1);
1374 if (this->m_Time_OutputPort[0].isConnected()) {
1375 this->m_Time_OutputPort[0].
invoke(_logTime);
1383 if (this->m_Log_OutputPort[0].isConnected()) {
1387 #if FW_AMPCS_COMPATIBLE 1392 static_cast<FwAssertArgType>(_status)
1399 static_cast<FwAssertArgType>(_status)
1402 this->m_Log_OutputPort[0].
invoke(
1411 #if FW_ENABLE_TEXT_LOGGING 1412 if (this->m_LogText_OutputPort[0].isConnected()) {
1413 #if FW_OBJECT_NAMES == 1 1414 const char* _formatString =
1415 "(%s) %s: UART Device %s ran out of buffers";
1417 const char* _formatString =
1418 "%s: UART Device %s ran out of buffers";
1425 this->m_objName.toChar(),
1431 this->m_LogText_OutputPort[0].invoke(
1450 if (this->m_Time_OutputPort[0].isConnected()) {
1451 this->m_Time_OutputPort[0].
invoke(_logTime);
1459 if (this->m_Log_OutputPort[0].isConnected()) {
1463 #if FW_AMPCS_COMPATIBLE 1468 static_cast<FwAssertArgType>(_status)
1475 static_cast<FwAssertArgType>(_status)
1478 #if FW_AMPCS_COMPATIBLE 1481 static_cast<U8>(
sizeof(U32))
1485 static_cast<FwAssertArgType>(_status)
1491 static_cast<FwAssertArgType>(_status)
1494 #if FW_AMPCS_COMPATIBLE 1497 static_cast<U8>(
sizeof(U32))
1501 static_cast<FwAssertArgType>(_status)
1507 static_cast<FwAssertArgType>(_status)
1510 this->m_Log_OutputPort[0].
invoke(
1519 #if FW_ENABLE_TEXT_LOGGING 1520 if (this->m_LogText_OutputPort[0].isConnected()) {
1521 #if FW_OBJECT_NAMES == 1 1522 const char* _formatString =
1523 "(%s) %s: UART Device %s target buffer too small. Size: %" PRIu32
" Needs: %" PRIu32
"";
1525 const char* _formatString =
1526 "%s: UART Device %s target buffer too small. Size: %" PRIu32
" Needs: %" PRIu32
"";
1533 this->m_objName.toChar(),
1541 this->m_LogText_OutputPort[0].invoke(
1559 this->m_WriteErrorThrottle = 0;
1566 this->m_ReadErrorThrottle = 0;
1573 this->m_NoBuffersThrottle = 0;
1586 if (this->m_Tlm_OutputPort[0].isConnected()) {
1588 this->m_Time_OutputPort[0].isConnected() &&
1591 this->m_Time_OutputPort[0].
invoke(_tlmTime);
1598 static_cast<FwAssertArgType>(_stat)
1605 this->m_Tlm_OutputPort[0].
invoke(
1619 if (this->m_Tlm_OutputPort[0].isConnected()) {
1621 this->m_Time_OutputPort[0].isConnected() &&
1624 this->m_Time_OutputPort[0].
invoke(_tlmTime);
1631 static_cast<FwAssertArgType>(_stat)
1638 this->m_Tlm_OutputPort[0].
invoke(
1653 if (this->m_Time_OutputPort[0].isConnected()) {
1655 this->m_Time_OutputPort[0].
invoke(_time);
1673 this->m_guardedPortMutex.
lock();
1679 this->m_guardedPortMutex.
unLock();
1686 void LinuxUartDriverComponentBase ::
1687 m_p_recvReturnIn_in(
1701 void LinuxUartDriverComponentBase ::
1710 compPtr->run_handlerBase(
1725 return compPtr->send_handlerBase(
virtual void lock()
Lock the guarded mutex.
Serialization/Deserialization operation was successful.
virtual void unLock()
Unlock the guarded mutex.
bool isConnected_deallocate_OutputPort(FwIndexType portNum)
void addCallPort(InputTimePort *callPort)
Register an input port.
void addCallPort(InputByteStreamReadyPort *callPort)
Register an input port.
void log_WARNING_HI_BufferTooSmall(const Fw::StringBase &device, U32 size, U32 needed) const
bool isConnected_Time_OutputPort(FwIndexType portNum)
void recvReturnIn_handlerBase(FwIndexType portNum, Fw::Buffer &fwBuffer)
Handler base-class function for input port recvReturnIn.
FwIdType getIdBase() const
PlatformSizeType FwSizeType
Drv::ByteStreamStatus send_handlerBase(FwIndexType portNum, Fw::Buffer &sendBuffer)
Handler base-class function for input port send.
bool isConnected_allocate_OutputPort(FwIndexType portNum)
#define FW_LOG_STRING_MAX_SIZE
Max size of log string parameter type.
Drv::InputByteStreamSendPort * get_send_InputPort(FwIndexType portNum)
void set_Tlm_OutputPort(FwIndexType portNum, Fw::InputTlmPort *port)
Connect port to Tlm[portNum].
Throttle reset count for NoBuffers.
FwIndexType getNum_deallocate_OutputPorts() const
virtual void recvReturnIn_handler(FwIndexType portNum, Fw::Buffer &fwBuffer)=0
Handler for input port recvReturnIn.
void unLock()
unlock the mutex and assert success
void tlmWrite_BytesRecv(FwSizeType arg, Fw::Time _tlmTime=Fw::Time()) const
Channel ID for BytesRecv.
FwIndexType getNum_send_InputPorts() const
LinuxUartDriverComponentBase(const char *compName="")
Construct LinuxUartDriverComponentBase object.
void init()
Initialization function.
Auto-generated base for LinuxUartDriver component.
No time base has been established (Required)
void log_WARNING_HI_WriteError(const Fw::StringBase &device, I32 error)
void addCallPort(InputTlmPort *callPort)
Register an input port.
void set_ready_OutputPort(FwIndexType portNum, Drv::InputByteStreamReadyPort *port)
Connect port to ready[portNum].
void init()
Object initializer.
void log_WARNING_HI_ReadError(const Fw::StringBase &device, I32 error)
SerializeStatus
forward declaration for string
void addCallPort(InputBufferGetPort *callPort)
Register an input port.
void addCallPort(InputByteStreamDataPort *callPort)
Register an input port.
void deallocate_out(FwIndexType portNum, Fw::Buffer &fwBuffer)
Invoke output port deallocate.
Fw::InputBufferSendPort * get_recvReturnIn_InputPort(FwIndexType portNum)
FwIdType FwEventIdType
The type of an event identifier.
Status returned by the send call.
#define FW_OBJECT_NAMES
Indicates whether or not object names are stored (more memory, can be used for tracking objects) ...
void init()
Initialization function.
FwIndexType getNum_recv_OutputPorts() const
FwIndexType getNum_ready_OutputPorts() const
#define FW_MIN(a, b)
MIN macro.
void invoke(Fw::Buffer &buffer, const Drv::ByteStreamStatus &status) const
Invoke a port interface.
void invoke(Fw::Buffer &fwBuffer) const
Invoke a port interface.
void addCallPort(InputBufferSendPort *callPort)
Register an input port.
Channel ID for BytesSent.
void invoke(Fw::Time &time) const
Invoke a port interface.
void set_Log_OutputPort(FwIndexType portNum, Fw::InputLogPort *port)
Connect port to Log[portNum].
void recv_out(FwIndexType portNum, Fw::Buffer &buffer, const Drv::ByteStreamStatus &status)
Invoke output port recv.
void log_WARNING_HI_WriteError_ThrottleClear()
Reset throttle value for WriteError.
const char * toChar() const
FwIdType FwChanIdType
The type of a telemetry channel identifier.
void log_WARNING_HI_OpenError(const Fw::StringBase &device, I32 error, const Fw::StringBase &name) const
virtual Drv::ByteStreamStatus send_handler(FwIndexType portNum, Fw::Buffer &sendBuffer)=0
Handler for input port send.
A serious but recoverable event.
bool isConnected_Log_OutputPort(FwIndexType portNum)
void log_ACTIVITY_HI_PortOpened(const Fw::StringBase &device) const
void invoke(FwChanIdType id, Fw::Time &timeTag, Fw::TlmBuffer &val) const
Invoke a port interface.
void set_allocate_OutputPort(FwIndexType portNum, Fw::InputBufferGetPort *port)
Connect port to allocate[portNum].
FwIndexType getNum_Log_OutputPorts() const
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
void init()
Initialization function.
void log_WARNING_HI_NoBuffers(const Fw::StringBase &device)
bool isConnected_Tlm_OutputPort(FwIndexType portNum)
Fw::Buffer invoke(FwSizeType size) const
Invoke a port interface.
SerializeStatus serializeTo(SerializeBufferBase &buffer) const override
serialize contents to buffer
bool isConnected_recv_OutputPort(FwIndexType portNum)
virtual void run_handler(FwIndexType portNum, U32 context)=0
Handler for input port run.
Important informational events.
Svc::InputSchedPort * get_run_InputPort(FwIndexType portNum)
void init()
Initialization function.
void invoke(FwEventIdType id, Fw::Time &timeTag, const Fw::LogSeverity &severity, Fw::LogBuffer &args) const
Invoke a port interface.
void run_handlerBase(FwIndexType portNum, U32 context)
Handler base-class function for input port run.
FwIndexType getNum_Tlm_OutputPorts() const
FwIndexType getNum_allocate_OutputPorts() const
void init()
Initialization function.
void set_deallocate_OutputPort(FwIndexType portNum, Fw::InputBufferSendPort *port)
Connect port to deallocate[portNum].
Throttle reset count for ReadError.
PlatformIndexType FwIndexType
void invoke() const
Invoke a port interface.
#define FW_NUM_ARRAY_ELEMENTS(a)
number of elements in an array
void addCallPort(InputLogPort *callPort)
Register an input port.
void ready_out(FwIndexType portNum)
Invoke output port ready.
void init()
Initialization function.
FwIndexType getNum_recvReturnIn_InputPorts() const
FwIndexType getNum_Time_OutputPorts() const
Throttle reset count for WriteError.
SerializeStatus serializeFrom(U8 val)
serialize 8-bit unsigned int
void set_Time_OutputPort(FwIndexType portNum, Fw::InputTimePort *port)
Connect port to Time[portNum].
virtual ~LinuxUartDriverComponentBase()
Destroy LinuxUartDriverComponentBase object.
bool isConnected_ready_OutputPort(FwIndexType portNum)
void log_WARNING_HI_NoBuffers_ThrottleClear()
Reset throttle value for NoBuffers.
void set_recv_OutputPort(FwIndexType portNum, Drv::InputByteStreamDataPort *port)
Connect port to recv[portNum].
void tlmWrite_BytesSent(FwSizeType arg, Fw::Time _tlmTime=Fw::Time()) const
void init()
Initialization function.
Fw::Buffer allocate_out(FwIndexType portNum, FwSizeType size)
Invoke output port allocate.
virtual const CHAR * toChar() const =0
void lock()
lock the mutex and assert success
void log_WARNING_HI_ReadError_ThrottleClear()
Reset throttle value for ReadError.
void log_WARNING_HI_ConfigError(const Fw::StringBase &device, I32 error) const
FwIndexType getNum_run_InputPorts() const