Class: MAVLink::Log::Messages::RequestDataStream
Instance Method Summary
collapse
#crc, #id, #initialize
Instance Method Details
#req_message_rate ⇒ Object
5
6
7
|
# File 'lib/mavlink/log/messages/request_data_stream.rb', line 5
def req_message_rate
@req_message_rate ||= uint16_t(0..1)
end
|
#req_stream_id ⇒ Object
17
18
19
|
# File 'lib/mavlink/log/messages/request_data_stream.rb', line 17
def req_stream_id
@req_stream_id ||= uint8_t(4)
end
|
#start_stop ⇒ Object
21
22
23
|
# File 'lib/mavlink/log/messages/request_data_stream.rb', line 21
def start_stop
@start_stop ||= uint8_t(5)
end
|
#target_component ⇒ Object
13
14
15
|
# File 'lib/mavlink/log/messages/request_data_stream.rb', line 13
def target_component
@target_component ||= uint8_t(3)
end
|
#target_system ⇒ Object
9
10
11
|
# File 'lib/mavlink/log/messages/request_data_stream.rb', line 9
def target_system
@target_system ||= uint8_t(2)
end
|