RadarFX API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNmakRadarFx
|oCDtStreamReaderInstances of DtStreamReader decode values from a byte array this assumes the data in the byte stream is in little endian format
|oCDtStreamWriterInstances of DtStreamWriter encode values into a byte array this writes the data to the stream in little endian format
|oCDtBigEndianStreamReaderInstances of DtStreamReader decode values from a byte array The data in the stream is expected to be in big endian format and will be returned in the system format
|oCDtBigEndianStreamWriterInstances of DtStreamWriter encode values into a byte array The data will be written to the stream in big endian format
|oCCallbackCallback template the base abstract callback class that is used internally to the delegate
|oCStaticFunctionCallbackStatic member function (or global function) callback is used to bind global or static class functions The return type and single parameter is parameterized in the template
|oCMethodCallbackMember function callback is used to bind class member functions The return type, single parameter, object type and method pointer are parameterized in the template
|oCDtDelegateDelegate template for binding static or member functions for callback at later time The return type and single parameter is parameterized in the template
|oCDtLocklessQueueDtLocklessQueue is a thread safe queue for single reader/single writer
|oCDtElevationRequestThe DtElevationRequest encapsulates a request for the elevation a given target location using the sensors on the named platform or from the ownship location
|oCDtElevationResponseThe DtElevationResponse encapsulates a response from the RadarFX Server for a given elevation request
|oCDtEntityDescriptionEntity Description data structure that has the simulation ID, marking text, and entity type
|oCDtEntityListRequestDtEntityListRequest is a message to request the current list of entities within the simulation
|oCDtEntityListResponseDtEntityListResponse contains the response from the server with the current list of entities within the simulation
|oCDtEntityLocationRequestDtEntityLocationRequest is a message to request the current location, orientation, velocity for an entity
|oCDtEntityLocationResponseDtEntityLocationResponse contains the response from the server with the current list of entities within the simulation
|oCDtImageSize
|oCDtImageRequestDtImageRequest defines a request for an image from the RadarFX Server
|oCDtImageResponseDtSarResponse is the returned image data by the server
|oCDtIsarRequestDtIsarRequest defines a request for an image from the RadarFX Server
|oCDtIsarResponseDtIsarResponse is the returned image data by the server
|oCDtBaseMessageDtBaseMessage is the base class for all messages that can be sent between the server and the client
|oCDtMessageFactoryDtMessageFactory class
|oCDtMessageHandlerDtMessageHandler manages message delegates
|oCDtOcclusionRequestThe DtOcclusionRequest encapsulates a request an occlusion test between the sensors on the named platform or from the ownship location
|oCDtOcclusionResponseThe DtOcclusionResponse encapsulates a response from the RadarFX Server for a given occlusion request
|oCDtSarRequestDtSarRequest defines a request for an image from the RadarFX Server
|oCDtSarResponseDtSarResponse is the returned image data by the server
|oCDtSensorListRequestDtSensorListRequest is a message to request the current list of sensors that the server has configured
|oCDtSensorListResponseDtSensorListResponse is the response from the server with a list of configured sensors
|oCDtHeartbeatMessageDtHeatbeatMessage is sent periodically to ensure that connections are good
|oCDtRadarFxConnectorThe DtRadarFXConnector class manages the connection with the server and provides and interface to send and receive messages with the server
|oCDtNifMetadatPublisher
|oCDtNifMetadatPublisherCreator
|oCDtNitfImageTaskElement
|oCDtNitfImageTaskElementCreator
|oCDtRadarFxServerPage
|oCDtRadarFxSettingsManager
|oCDtRadarFxSettingsRecordA DtLaserDesignatorSettingsRecord contains the current laser designator settings
|oCDtBaseProcessDtBaseProcess is the base class for all messages processes that can be sent between the server and the client
|oCDtBaseProcessCreatorBase class for all process creators, interface used to create classes that can be passed to the ProcessFactory
|oCDtCaptureProcessThe DtCaptureProcess represents the capture of a single frame from the renderer
||oCDtImageCaptureConfigDtImageCaptureConfig defines a request for an image from the RadarFX Server
||\CDtObserverStateStructure used by Capture processes to keep around backups of the observer state so they can reset them after making changes
|oCDtRadarFxDriverDtRadarFxDriver is the main class that controls the processing flow of the RadarFX Server
|oCDtElevationProcessHandles elevation request messages
|oCDtElevationProcessCreatorCreator for the DtElevationProcess class
|oCDtEntityListProcessHandles elevation request messages
|oCDtEntityListProcessCreatorCreator for the DtEntityListProcess class
|oCDtEntityLocationProcessHandles elevation request messages
|oCDtEntityLocationProcessCreatorCreator for the DtEntityLocationProcess class
|oCDtImageCaptureTaskElementThe DtSarImageTaskElement is responsible for capturing a frame and passing it to the RadarFx driver to be sent back to the requeting client
|oCDtImageCaptureTaskElementCreator
|oCDtIsarCaptureProcessThe DtIsarCaptureProcess represents the capture of a single frame from the renderer. It waits for all data to be paged in and sensor mode sto be set
||\CDtIsarCaptureConfigStructure for holding configuration for ISAR image capture
|oCDtIsarCaptureProcessCreatorCreator for the DtIsarCaptureProcess class
|oCDtOcclusionProcessThe DtOcclusionStrategy handles different types of occlusion requests
|oCDtOcclusionProcessCreatorCreator for the DtOcclusionProcess class
|oCDtProcessFactoryDtProcessFactory manages the creation of message processors
|oCDtRadarFxMessageFactoryDtRadarFxMessageFactory creates virtual base class version of DtMessageFactory
|oCDtSarCaptureProcessThe DtSarCaptureProcess represents the capture of a single frame from the renderer. It waits for all data to be paged in and sensor mode sto be set
||\CDtSarCaptureConfigStructure for holding configuration for SAR image capture
|oCDtSarCaptureProcessCreatorCreator for the DtSarCaptureProcess class
|oCDtSensorListProcessHandles elevation request messages
|oCDtSensorListProcessCreatorCreator for the DtSensorListProcess class
|oCDtRadarFxServerDtRadarFxServer is the network server for receving and sending messages to attached clients
|oCDtRadarFxServerCreatorDtProcessFactory manages the creation of message processors
|oCDtSingleChannelImageTaskElementThe DtSingleChannelImageTaskElement is responsible for converting 3 channel data into single channel
|oCDtRFxSingleChannelImageTaskElementCreator
|\CDtEntityHelperThe DtEntityHelper is a helper class for gathering information about simulation entites from VR-Vantage
oNmakVrv
|oCDtRadarFxConnectionInterfaceAbstract interface used to a user interface
|oCDtRadarFxConnectionLogicLogic for configuring the radarFx Client Connection
|oCDtRadarFxConnectionPageA dialog for configuring the DIS connection
|\CDtRadarFxConnectionWidgetWidget for DIS connection
oCDtBaseConnectionPage
oCDtBaseSettingsManager
oCDtDriver
oCDtImageCaptureConfig
oCDtImageTaskElement
oCDtImageTaskElementCreator
oCDtMetadataPublisher
oCDtMetadataPublisherCreator
oCDtPage
oCDtSignalConnectionManager
oCDtVirtualBaseClass
\CQWidget

Document ID: 1.0
Copyright © 2017 VT MAK Inc. All Rights Reserved (www.mak.com)