Package com.flightpanels.scs

Interface Summary
IBusConnector<Packet> Interface to high-level IO provider that knows the protocol format.
ICanAeroDataManager Top-level interface.
IDataReference Java port of the type-agnostic DataReference base class of libcanaero 1.0.
INetworkConnector<Packet> Interface to low-level IO provider for sending data and notification of a BusConnector on reception of new data.
IUpdateable<T> Interface to mimic a callback-function.
 

Class Summary
AS_Enums  
can_t  
CanAeroBusConnector Java port of the CanAeroBusConnector class of libcanaero, v1.0.
CanAeroMetadata Java port of the CanAeroMetadata class of libcanaero, v1.0.
ConnectedClient Java port of the ConnectedClient class in libcanaero.
DataReference<T> Java port of the DataReference class template of libcanaero, v1.0.
DataReferenceBool  
DataReferenceDouble  
DataReferenceFloat  
DataReferenceFloatVector  
DataReferenceInt  
DataReferenceString  
Receiver The main class and entry point to the CAN Aerospace world.
UDPConnector Implementation of the INetworkConnector for CAN aerospace messages using asynchronous, threaded communication.