Modified to run on Renesas GR Peach board

Dependencies:   EthernetInterface HTTP-Server Webpage mbed-rpc mbed-src

Fork of HTTPServer_echoback by Takuya Urakawa

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
Mail< T, queue_sz >The Mail class allow to control, send, receive, or wait for mail
MemoryPool< T, pool_sz >Define and manage fixed-size memory pools of objects of a given type
MutexUsed to synchronise the execution of threads
Queue< T, queue_sz >The Queue class allow to control, send, receive, or wait for messages
RtosTimerAllow creating and and controlling of timer functions in the system
SemaphoreUsed to manage and protect access to a set of shared resources
sensor_tStruct sensor_s is used to describe basic information about a specific sensor
sensors_color_tStruct sensors_color_s is used to return color data in a common format
sensors_event_tStruct sensor_event_s is used to provide a single sensor event in a common format
sensors_vec_tStruct sensors_vec_s is used to return a vector in a common format
ThreadAllow defining, creating, and controlling thread functions in the system