Detailed Description
<<eXtension>> <<cert>> The ARINC653 transport implements the RTI Connext Micro NETIO interface and supports ARINC653 ports and supports ARINC 653 APEX ports for intra-partition and inter-partition communication.
Function Documentation
struct RT_ComponentFactoryI* ARINC_InterfaceFactory_get_interface |
( |
void |
| ) |
|
|
read |
Gets the singleton instance of the ARINC 653 Transport interface factory.
This function gets the singleton instance of the ARINC 653 factory that is used by the middleware to create an ARINC 653 transport instance.
- Returns:
- Pointer to ARINC 653 factory instance
- MT Safety:
- This operation is thread safe.
Set the ARINC 653 address.
NETIO_Address_set_arinc<P>
- Parameters:
-
[in,out] | addr | Cannot by NULL. The NETIO Address structure to fill in |
[in] | address | A 32-bit ARINC 653 network address in host endian order to assign to addr |
[in] | port | A 32-bit ARINC 653 network port in host endian order to assign to addr |
- Returns:
- RTI_TRUE on success, RTI_FALSE on failure.
- MT Safety:
- This operation is thread safe. However, note that the arguments are not protected from being modified by other threads and must not be modified until the call returns.