36#ifndef __INCLUDE_SENSING_TRAM_COMMAD_H
37#define __INCLUDE_SENSING_TRAM_COMMAD_H
69#define TRAM_ACC_SAMPLING 64
74#define TRAM_MAG_SAMPLING 8
79#define TRAM_BAR_SAMPLING 8
156 FAR
float *likelihood;
SensorExecResult
results.
Definition: sensor_command.h:113
TramCmdType
Definition: transport_mode_command.h:88
TramState
Definition: transport_mode_command.h:97
TramSensorType
Definition: transport_mode_command.h:108
@ TramCmdTypeResult
Definition: transport_mode_command.h:89
@ TramCmdTypeTrans
Definition: transport_mode_command.h:90
@ TramStateMs
Definition: transport_mode_command.h:98
@ TramStateTmi
Definition: transport_mode_command.h:100
@ TramStateCmd
Definition: transport_mode_command.h:99
@ TramSensorMag
Definition: transport_mode_command.h:110
@ TramSensorBar
Definition: transport_mode_command.h:111
@ TramSensorAcc
Definition: transport_mode_command.h:109
@ TRAM_CLASS_STAY
Definition: transport_mode_command.h:120
@ TRAM_CLASS_TRAIN
Definition: transport_mode_command.h:129
@ TRAM_CLASS_UPSTAIRS
Definition: transport_mode_command.h:123
@ TRAM_CLASS_BUS
Definition: transport_mode_command.h:130
@ TRAM_CLASS_RUN
Definition: transport_mode_command.h:122
@ TRAM_CLASS_ESCDOWN
Definition: transport_mode_command.h:126
@ TRAM_CLASS_DOWNSTAIRS
Definition: transport_mode_command.h:124
@ TRAM_CLASS_ELEVDOWN
Definition: transport_mode_command.h:128
@ TRAM_CLASS_CAR
Definition: transport_mode_command.h:131
@ TRAM_CLASS_ELEVUP
Definition: transport_mode_command.h:127
@ TRAM_CLASS_ESCUP
Definition: transport_mode_command.h:125
@ TRAM_CLASS_UNDETERMINED
Definition: transport_mode_command.h:119
@ TRAM_CLASS_WALK
Definition: transport_mode_command.h:121
@ TRAM_CLASS_BICYCLE
Definition: transport_mode_command.h:132
the frame of Barometer data.
Definition: physical_command.h:108
Assert information structure.
Definition: sensor_assertion.h:91
the structure of transport mode commands.
Definition: transport_mode_command.h:204
SensorFlushTram flush_cmd
Definition: transport_mode_command.h:211
SensorResultTram result
Definition: transport_mode_command.h:214
SensorExecTram exec_cmd
Definition: transport_mode_command.h:210
SensorCmdHeader header
Definition: transport_mode_command.h:205
SensorInitTram init_cmd
Definition: transport_mode_command.h:209
Definition: transport_mode_command.h:165
ThreeAxisSampleData acc_data
Definition: transport_mode_command.h:170
BarSampleData bar_data
Definition: transport_mode_command.h:172
TramSensorType type
Definition: transport_mode_command.h:166
ThreeAxisSampleData mag_data
Definition: transport_mode_command.h:171
Definition: transport_mode_command.h:181
Definition: transport_mode_command.h:154
TramDebugDumpInfo debug_dump_info
Definition: transport_mode_command.h:157
the structure of sensor result on transport mode commands.
Definition: transport_mode_command.h:191
SensorAssertionInfo assert_info
Definition: transport_mode_command.h:193
SensorExecResult exec_result
Definition: transport_mode_command.h:192
Definition: physical_command.h:95
Definition: transport_mode_command.h:144
size_t size
Definition: transport_mode_command.h:146
void * addr
Definition: transport_mode_command.h:145