Back to Flight Commands
CMD_FLIGHT_START_MON

Command:              CMD_FLIGHT_START_MON 
Destination:          SD_FLIGHT 
Destination Channel:  0

Description

A client uses this command to specify that the flight recorder send it a copy of the data messages that it receives for collecting.


Command Data Format

 
Number of Channels Channel 1 ... padding
1 byte 1 byte ... 0-3 bytes

Number of Channels

The number of channel numbers to follow.
Channels 1 through n
The data channel to be added to the monitoring data stream.


Response Data Format

none
Response Return Codes
 
RESP_OK Execution of the command was successful.
RESP_INVAL_CHAN The specified channel is invalid.
RESP_UNSUPPORTED This command is not supported on the specified channel.
RESP_UNREG The specified source channel is not registered with the server.
RESP_UNKNOWN_ERR An unknown error occurred.

|Top|