INF2004-Project v0.1
 
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 Ca_star_pathStruct containing the path from the start node to the end node
 Cbarcode_line_bufferStruct that holds the 9 most recent barcode lines
 Cbinary_heapStruct containing the binary heap
 Cbinary_heap_nodeThis struct contains basic information about a node in a priority queue implemented with a binary heap
 Cir_flagsIndicates whether the IR line sensor detects walls on the top and left sides
 Cmaze_bitmask_compressedUsed for sending the maze over serial or WiFi
 Cmaze_gap_bitmaskThis struct contains the maze gap bitmasks for serialisation
 Cmaze_gridThis struct contains the maze grid information
 Cmaze_grid_cellThis struct contains the node information
 Cmaze_navigator_stateThis struct contains the state of a navigator in the maze
 Cmaze_pointThis struct contains the coordinates of a point
 Cmotor_pinsContains the GPIO pins for the motor
 Cpid_paramsStruct for PID parameters
 Cpid_turn_paramsStruct for turn parameters
 Cwheel_encoderStruct to store global encoder data
 Cwifi_tcp_serverStruct representing a TCP server connection