Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-libxively-6eca970 by
csv_data_layer.h File Reference
Implements CSV _data layer_ abstration interface. More...
Go to the source code of this file.
Functions | |
| const data_layer_t * | get_csv_data_layer (void) |
| Initialise CSV implementation of the _data layer_. | |
Detailed Description
Implements CSV _data layer_ abstration interface.
Definition in file csv_data_layer.h.
Function Documentation
| const data_layer_t* get_csv_data_layer | ( | void | ) |
Initialise CSV implementation of the _data layer_.
This intialiser assigns function pointers to the actual implementations using static function variable trick, hence the intialisation should not give any overhead.
- Returns:
- Structure with function pointers for CSV encoders and decoders which had been implemented in `csv_data.c`.
Definition at line 12 of file csv_data_layer.c.
Generated on Wed Jul 13 2022 02:16:22 by
1.7.2
