bebop_msgs/CommonCommonStateMassStorageInfoStateListChanged Message

File: bebop_msgs/CommonCommonStateMassStorageInfoStateListChanged.msg

Raw Message Definition

# CommonCommonStateMassStorageInfoStateListChanged
# auto-generated from up stream XML files at
#   github.com/Parrot-Developers/libARCommands/tree/master/Xml
# To check upstream commit hash, refer to last_build_info file
# Do not modify this file by hand. Check scripts/meta folder for generator files.
#
# SDK Comment: Mass storage info state list.

Header header

# Mass storage state id (unique)
uint8 mass_storage_id
# Mass storage size in MBytes
uint32 size
# Mass storage used size in MBytes
uint32 used_size
# Mass storage plugged (1 if mass storage is plugged, otherwise 0)
uint8 plugged
# Mass storage full information state (1 if mass storage full, 0 otherwise).
uint8 full
# Mass storage internal type state (1 if mass storage is internal, 0 otherwise)
uint8 internal

Compact Message Definition

std_msgs/Header header
uint8 mass_storage_id
uint32 size
uint32 used_size
uint8 plugged
uint8 full
uint8 internal