693f1e87154947811c9ac21a092b5aefe1f38836
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/mapping.h  1) /*
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/intern/mapping.h  2)  * EtherPix library
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/mapping.h  3)  *
Stefan Schuermans update copyright year

Stefan Schuermans authored 7 years ago

include/intern/mapping.h  4)  * Copyright 2010-2017 Stefan Schuermans <stefan schuermans info>
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/mapping.h  5)  *
include/intern/mapping.h  6)  * This program is free software: you can redistribute it and/or modify
include/intern/mapping.h  7)  * it under the terms of the GNU General Public License as published by
include/intern/mapping.h  8)  * the Free Software Foundation, version 3 of the License.
include/intern/mapping.h  9)  *
include/intern/mapping.h 10)  *
include/intern/mapping.h 11)  * This program is distributed in the hope that it will be useful,
include/intern/mapping.h 12)  * but WITHOUT ANY WARRANTY; without even the implied warranty of
include/intern/mapping.h 13)  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
include/intern/mapping.h 14)  * GNU General Public License for more details.
include/intern/mapping.h 15)  *
include/intern/mapping.h 16)  * You should have received a copy of the GNU Lesser General Public License
include/intern/mapping.h 17)  * along with this program. If not, see <http://www.gnu.org/licenses/>.
include/intern/mapping.h 18)  */
include/intern/mapping.h 19) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/intern/mapping.h 20) #ifndef ETP_MAPPING_H
include/intern/mapping.h 21) #define ETP_MAPPING_H
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/mapping.h 22) 
Stefan Schuermans move internal includes

Stefan Schuermans authored 7 years ago

src/mapping.h            23) #include "types.h"
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/mapping.h 24) 
include/intern/mapping.h 25) /**
include/intern/mapping.h 26)  * \brief precalculate mapping table
include/intern/mapping.h 27)  *
include/intern/mapping.h 28)  * updates the internal lookup table according to the parameters
include/intern/mapping.h 29)  *
include/intern/mapping.h 30)  * \param[in,out] p_mapping mapping to precalculate
include/intern/mapping.h 31)  */
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/intern/mapping.h 32) void etp_mapping_precalc(etp_mapping_t *p_mapping);
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/mapping.h 33) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/intern/mapping.h 34) #endif /* #ifndef ETP_MAPPING_H */