|
| void | append_u8 (std::vector< uint8_t > &buf, uint8_t v) |
| |
| void | append_u32 (std::vector< uint8_t > &buf, uint32_t v) |
| |
| void | append_f64 (std::vector< uint8_t > &buf, double v) |
| |
| void | write_gp_header (std::vector< uint8_t > &buf, int32_t srs_id, double min_x, double min_y, double max_x, double max_y) |
| |
| void | write_gp_header_empty (std::vector< uint8_t > &buf, int32_t srs_id) |
| |
| size_t | parse_gp_header (const uint8_t *data, size_t size, int32_t &srs_id) |
| |
| template<typename T > |
| T | read_val (const uint8_t *data, size_t &offset) |
| |