Home Alert System

Dependencies:   PWM_Tone_Library DHT

Auto generated API documentation and code listings for Project1HomeAlertSystem

Classes

AnalogIn An analog input, used for reading the voltage on a pin
AnalogOut An analog output, used for setting the voltage on a pin
api_msg This struct contains a function to execute in another thread context and a struct api_msg_msg that serves as an argument for this function
api_msg_msg This struct includes everything that is necessary to execute a function for a netconn in another thread context (mainly used to process netconns in the tcpip_thread context to be thread safe)
buffer_s Generic buffer structure
BusIn A digital input bus, used for reading the state of a collection of pins
BusInOut A digital input output bus, used for setting the state of a collection of pins
BusOut A digital output bus, used for setting the state of a collection of pins
CAN A can bus client, used for communicating with can devices
CANMessage CANMessage class
CircularBuffer< T, BufferSize, CounterType > Templated Circular buffer class
dhcp_msg Minimum set of fields of any DHCP message
DigitalIn A digital input, used for reading the state of a pin
DigitalInOut A digital input/output, used for setting or reading a bi-directional pin
DigitalOut A digital output, used for setting the state of a pin
DirHandle Represents a directory stream
dns_api_msg As do_gethostbyname requires more arguments but doesn't require a netconn, it has its own struct (to avoid struct api_msg getting bigger than necessary)
Endpoint IP Endpoint (address, port)
eth_hdr Ethernet header
eth_vlan_hdr VLAN header inserted between ethernet header and payload if 'type' in ethernet header is ETHTYPE_VLAN
etharp_hdr ARP message, see RFC 826 ("Packet format")
etharp_q_entry Struct for queueing outgoing packets for unknown address defined here to be accessed by memp.h
Ethernet An ethernet interface, to use with the ethernet pins
EthernetInterface Interface using Ethernet to connect to an IP-based network
FileHandle An OO equivalent of the internal FILEHANDLE variable and associated _sys_* functions
FileSystemLike A filesystem-like object is one that can be used to open files though it by fopen("/name/filename", mode)
FunctionPointerArg1< R, A1 > A class for storing and calling a pointer to a static or member function
FunctionPointerArg1< R, void > A class for storing and calling a pointer to a static or member function (R ()(void))
I2C An I2C Master, used for communicating with I2C slave devices
i2c_t Asynch i2c hal structure
I2CSlave An I2C Slave, used for communicating with an I2C Master device
icmp_echo_hdr This is the standard ICMP header only that the u32_t data is splitted to two u16_t like ICMP echo needs it
igmp_group Igmp group structure - there is a list of groups for each interface these should really be linked from the interface, but if we keep them separate we will not affect the lwip original code too much
in_addr For compatibility with BSD code
InterruptIn A digital interrupt input, used to call a function on a rising or falling edge
InterruptManager Use this singleton if you need to chain interrupt handlers
jsonlite_callback_context Contains callback information
jsonlite_parser_callbacks Contains references to client callback functions
jsonlite_token Contains information about parsed token
local_hostlist_entry Struct used for local host-list
LocalFileSystem A filesystem for accessing the local mbed Microcontroller USB disk drive
LowPowerTicker Low Power Ticker
LowPowerTimeout Low Power Timout
LowPowerTimer Low power timer
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
memp_malloc_helper This structure is used to save the pool one element came from
mib_array_node Derived node, points to a fixed size const array of sub-identifiers plus a 'child' pointer
mib_external_node Derived node, has access functions for mib object in external memory or device using 'tree_level' and 'idx', with a range 0
mib_list_rootnode Derived node, points to a doubly linked list of sub-identifiers plus a 'child' pointer
mib_node Node "base class" layout, the mandatory fields for a node
mib_ram_array_node Derived node, points to a fixed size mem_malloced array of sub-identifiers plus a 'child' pointer
Mutex Used to synchronise the execution of threads
netconn A netconn descriptor
netif Generic data structure used for all lwIP network interfaces
obj_def Object definition returned by (get_object_def)()
pbuf_custom A custom pbuf: like a pbuf, but following a function pointer to free it
pbuf_custom_ref A custom pbuf that holds a reference to another pbuf, which is freed when this custom pbuf is freed
PortIn A multiple pin digital input
PortInOut A multiple pin digital in/out used to set/read multiple bi-directional pins
PortOut A multiple pin digital out
PwmOut A pulse-width modulation digital output
Queue< T, queue_sz > The Queue class allow to control, send, receive, or wait for messages
RawSerial A serial port (UART) for communication with other serial devices This is a variation of the Serial class that doesn't use streams, thus making it safe to use in interrupt handlers with the RTOS
RtosTimer Allow creating and and controlling of timer functions in the system
Semaphore Used to manage and protect access to a set of shared resources
Serial A serial port (UART) for communication with other serial devices
serial_t Asynch serial hal structure
SerialBase A base class for serial port implementations Can't be instantiated directly (use Serial or RawSerial )
snmp_obj_id Internal object identifier representation
snmp_resp_header_lengths Output response message header length fields
snmp_trap_header_lengths Output response message header length fields
Socket Socket file descriptor and select wrapper
SPI A SPI Master, used for communicating with SPI slave devices
spi_t Asynch spi hal structure
SPISlave A SPI slave, used for communicating with a SPI Master device
TCPSocketConnection TCP socket connection
TCPSocketServer TCP Server
Thread Allow defining, creating, and controlling thread functions in the system
Ticker A Ticker is used to call a function at a recurring interval
ticker_data_t Tickers data structure
ticker_event_queue_t Tickers events queue structure
ticker_event_s Ticker's event structure
ticker_interface_t Ticker's interface structure - required API for a ticker
TimeInterval Time interval class used to specify timeouts
Timeout A Timeout is used to call a function at a point in the future
Timer A general purpose timer
TimerEvent Base abstraction for timer interrupts
Transaction< Class > Transaction class defines a transaction
transaction_t Transaction structure
UDPSocket UDP Socket

Code

AnalogIn.h [code]
analogin_api.h [code]
AnalogOut.h [code]
analogout_api.h [code]
api.h [code]
api_lib.c [code] Sequential API External module
api_msg.c [code] Sequential API Internal module
api_msg.h [code]
arch.h [code]
asn1_dec.c [code] Abstract Syntax Notation One (ISO 8824, 8825) decoding
asn1_enc.c [code] Abstract Syntax Notation One (ISO 8824, 8825) encoding
auth.c [code]
auth.h [code]
autoip.c [code] AutoIP Automatic LinkLocal IP Configuration
autoip.h [code] AutoIP Automatic LinkLocal IP Configuration
buffer.h [code]
BusIn.h [code]
BusInOut.h [code]
BusOut.h [code]
CallChain.h [code]
CAN.h [code]
can_api.h [code]
can_helper.h [code]
cc.h [code]
chap.c [code]
chap.h [code]
checksum.c [code]
chpms.c [code]
chpms.h [code]
CircularBuffer.h [code]
Client.cpp [code]
Client.h [code]
CThunk.h [code]
debug.h [code]
def.c [code] Common functions used throughout the stack
def.h [code]
dhcp.c [code] Dynamic Host Configuration Protocol client
dhcp.h [code]
DigitalIn.h [code]
DigitalInOut.h [code]
DigitalOut.h [code]
DirHandle.h [code]
dma_api.h [code]
dns.c [code] DNS - host name to IP address resolver
dns.h [code]
Endpoint.cpp [code]
Endpoint.h [code]
err.c [code] Error Management module
err.h [code]
eth_arch.h [code]
etharp.c [code] Address Resolution Protocol module for IP over Ethernet
etharp.h [code]
Ethernet.h [code]
ethernet_api.h [code]
ethernetif.c [code] Ethernet Interface Skeleton
EthernetInterface.cpp [code]
EthernetInterface.h [code]
FileBase.h [code]
FileHandle.h [code]
FileLike.h [code]
FilePath.h [code]
FileSystemLike.h [code]
fsm.c [code]
fsm.h [code]
FunctionPointer.h [code]
gpio_api.h [code]
gpio_irq_api.h [code]
I2C.h [code]
i2c_api.h [code]
I2CSlave.h [code]
icmp.c [code] ICMP - Internet Control Message Protocol
icmp.h [code]
igmp.c [code] IGMP - Internet Group Management Protocol
igmp.h [code]
inet.c [code] Functions common to all TCP/IPv4 modules, such as the byte order functions
inet.h [code]
inet_chksum.c [code] Incluse internet checksum functions
inet_chksum.h [code]
init.c [code] Modules initialization
init.h [code]
InterruptIn.h [code]
InterruptManager.h [code]
ip.c [code] This is the IPv4 layer implementation for incoming and outgoing IP traffic
ip.h [code]
ip_addr.c [code] This is the IPv4 address tools implementation
ip_addr.h [code]
ip_frag.c [code] This is the IPv4 packet segmentation and reassembly implementation
ip_frag.h [code]
ipcp.c [code]
ipcp.h [code]
jsonlite.c [code]
jsonlite.h [code]
lcp.c [code]
lcp.h [code]
LocalFileSystem.h [code]
LocationParseFunctions.h [code]
LowPowerTicker.h [code]
LowPowerTimeout.h [code]
LowPowerTimer.h [code]
lp_ticker_api.h [code]
lwipopts.h [code]
M2XStreamClient.cpp [code]
M2XStreamClient.h [code]
M2XStreamClient_template.h [code]
magic.c [code]
magic.h [code]
Mail.h [code]
main.cpp [code]
mbed.h [code]
mbed_assert.h [code]
mbed_config.h [code]
mbed_debug.h [code]
mbed_error.h [code]
mbed_interface.h [code]
md5.c [code]
md5.h [code]
mem.c [code] Dynamic memory manager
mem.h [code]
memcpy.c [code]
MemoryPool.h [code]
memp.c [code] Dynamic pool memory manager
memp.h [code]
memp_std.h [code]
mib2.c [code] Management Information Base II (RFC1213) objects and functions
mib_structs.c [code] MIB tree access/construction functions
msg_in.c [code] SNMP input message processing (RFC1157)
msg_out.c [code] SNMP output message processing (RFC1157)
Mutex.cpp [code]
Mutex.h [code]
netbuf.c [code] Network buffer management
netbuf.h [code]
netdb.c [code] API functions for name resolving
netdb.h [code]
netif.c [code] LwIP network interface abstraction
netif.h [code]
netifapi.c [code] Network Interface Sequential API module
netifapi.h [code]
NullPrint.h [code]
opt.h [code] LwIP Options Configuration
pap.c [code]
pap.h [code]
pbuf.c [code] Packet buffer management
pbuf.h [code]
perf.h [code]
pinmap.h [code]
platform.h [code]
port_api.h [code]
PortIn.h [code]
PortInOut.h [code]
PortOut.h [code]
ppp.c [code]
ppp.h [code]
ppp_oe.c [code]
ppp_oe.h [code]
pppdebug.h [code]
Print.cpp [code]
Print.h [code]
PwmOut.h [code]
pwmout_api.h [code]
Queue.h [code]
randm.c [code]
randm.h [code]
raw.c [code] Implementation of raw protocol PCBs for low-level handling of different types of protocols besides (or overriding) those already available in lwIP
raw.h [code]
RawSerial.h [code]
rtc_api.h [code]
rtc_time.h [code]
rtos.h [code]
RtosTimer.cpp [code]
RtosTimer.h [code]
Semaphore.cpp [code]
Semaphore.h [code]
semihost_api.h [code]
Serial.h [code]
serial_api.h [code]
SerialBase.h [code]
sio.h [code]
sleep_api.h [code]
slipif.c [code] SLIP Interface
slipif.h [code]
snmp.h [code]
snmp_asn1.h [code] Abstract Syntax Notation One (ISO 8824, 8825) codec
snmp_msg.h [code] SNMP Agent message handling structures
snmp_structs.h [code] Generic MIB tree structures
Socket.cpp [code]
Socket.h [code]
sockets.c [code] Sockets BSD-Like API module
sockets.h [code]
SPI.h [code]
spi_api.h [code]
SPISlave.h [code]
stats.c [code] Statistics module
stats.h [code]
Stream.h [code]
StreamParseFunctions.h [code]
sys.h [code]
sys_arch.c [code]
sys_arch.h [code]
tcp.c [code] Transmission Control Protocol for IP
tcp.h [code]
tcp_impl.h [code]
tcp_in.c [code] Transmission Control Protocol, incoming traffic
tcp_out.c [code] Transmission Control Protocol, outgoing traffic
tcpip.c [code] Sequential API Main thread module
tcpip.h [code]
TCPSocketConnection.cpp [code]
TCPSocketConnection.h [code]
TCPSocketServer.cpp [code]
TCPSocketServer.h [code]
Thread.cpp [code]
Thread.h [code]
Ticker.h [code]
ticker_api.h [code]
Timeout.h [code]
Timer.h [code]
TimerEvent.h [code]
timers.c [code] Stack-internal timers implementation
timers.h [code]
toolchain.h [code]
Transaction.h [code]
udp.c [code] User Datagram Protocol module
udp.h [code]
UDPSocket.cpp [code]
UDPSocket.h [code]
us_ticker_api.h [code]
Utility.cpp [code]
Utility.h [code]
vj.c [code]
vj.h [code]
wait_api.h [code]