librfn
An ad-hoc utility library
fixed.h
Go to the documentation of this file.
1 /*
2  * fixed.h
3  *
4  * Part of librfn (a general utility library from redfelineninja.org.uk)
5  *
6  * Copyright (C) 2012 Daniel Thompson <daniel@redfelineninja.org.uk>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU Lesser General Public License as published
10  * by the Free Software Foundation; either version 3 of the License, or
11  * (at your option) any later version.
12  */
13 
14 #ifndef RF_FIXED_H_
15 #define RF_FIXED_H_
16 
17 #include <stdint.h>
18 
25 typedef int32_t ttq19_t;
26 
27 typedef int64_t ttq38_t;
28 
29 
30 
31 #endif // RF_FIXED_H_
int64_t ttq38_t
Definition: fixed.h:27
int32_t ttq19_t
Q19 fixed point type (or a float if HAVE_FPU is set)
Definition: fixed.h:25