L3_Utils Directory Reference
Directory dependency graph for L3_Utils:

Directories | |
directory | src |
directory | tlm |
Files | |
file | c_list.h [code] |
file | circular_buffer.hpp [code] |
Circular bufferVersion: 20140305 Initial. | |
file | command_handler.hpp [code] |
file | file_logger.h [code] |
This is a logger that logs data to a file on the system such as an SD Card.20140714: Fixed bugs and added more API 20140529: Changed completely to C and FreeRTOS based logger 20120923: modified flush() to use semaphores 20120619: Initial. | |
file | freertos_timer.hpp [code] |
file | printf_lib.h [code] |
Contains printf library to use inside ISR, or print data on heap. | |
file | rtc_alarm.h [code] |
This file provides API to enable real-time clock FreeRTOS signals or alarms. | |
file | sampler.hpp [code] |
file | scheduler_task.hpp [code] |
C++ Task class based on FreeRTOSThis file provides the structure to create and manage a FreeRTOS task. | |
file | singleton_template.hpp [code] |
file | soft_timer.hpp [code] |
Provides "Software Timer" or a polling timer. | |
file | stop_watch.hpp [code] |
Provides "Software Timer" or a polling timer. | |
file | str.hpp [code] |
Provides string class with a small foot-printVersion: 01102013 Added eraseFirstWords() Version: 05052013 Added tokenize() to get char* tokens. Added clearAll(). Fixed str::printf() Version: 02122013 Added support for str memory on a stack (external memory). Fix removeAllSpecialChars() Version: 12082012 Remove encryption functions, fix beginsWithIgnoreCase(). Added operators for str Version: 10062012 Added scanf() Version: 06192012 Initial. | |
file | utilities.h [code] |
file | vector.hpp [code] |
Vector Class with a small footprintVersion: 05172013 Added at() to ease element access when vector is a pointer. Version: 06192012 Initial. | |