Skip to content

Commit

Permalink
C externs
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Krogius committed Jan 22, 2019
1 parent 8add7f2 commit 59d6da2
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 672 deletions.
Binary file modified libapriltag.a
Binary file not shown.
Binary file modified libapriltag.so
Binary file not shown.
9 changes: 9 additions & 0 deletions tag16h5.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ either expressed or implied, of the Regents of The University of Michigan.
#ifndef _TAG16H5
#define _TAG16H5

#ifdef __cplusplus
extern "C" {
#endif

apriltag_family_t *tag16h5_create();
void tag16h5_destroy(apriltag_family_t *tf);

#ifdef __cplusplus
}
#endif

#endif
9 changes: 9 additions & 0 deletions tag25h9.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ either expressed or implied, of the Regents of The University of Michigan.
#ifndef _TAG25H9
#define _TAG25H9

#ifdef __cplusplus
extern "C" {
#endif

apriltag_family_t *tag25h9_create();
void tag25h9_destroy(apriltag_family_t *tf);

#ifdef __cplusplus
}
#endif

#endif
9 changes: 9 additions & 0 deletions tag36h11.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ either expressed or implied, of the Regents of The University of Michigan.
#ifndef _TAG36H11
#define _TAG36H11

#ifdef __cplusplus
extern "C" {
#endif

apriltag_family_t *tag36h11_create();
void tag36h11_destroy(apriltag_family_t *tf);

#ifdef __cplusplus
}
#endif

#endif
9 changes: 9 additions & 0 deletions tagCircle21h7.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ either expressed or implied, of the Regents of The University of Michigan.
#ifndef _TAGCircle21H7
#define _TAGCircle21H7

#ifdef __cplusplus
extern "C" {
#endif

apriltag_family_t *tagCircle21h7_create();
void tagCircle21h7_destroy(apriltag_family_t *tf);

#ifdef __cplusplus
}
#endif

#endif
9 changes: 9 additions & 0 deletions tagCircle49h12.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ either expressed or implied, of the Regents of The University of Michigan.
#ifndef _TAGCircle49H12
#define _TAGCircle49H12

#ifdef __cplusplus
extern "C" {
#endif

apriltag_family_t *tagCircle49h12_create();
void tagCircle49h12_destroy(apriltag_family_t *tf);

#ifdef __cplusplus
}
#endif

#endif
9 changes: 9 additions & 0 deletions tagCustom48h12.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ either expressed or implied, of the Regents of The University of Michigan.
#ifndef _TAGCustom48H12
#define _TAGCustom48H12

#ifdef __cplusplus
extern "C" {
#endif

apriltag_family_t *tagCustom48h12_create();
void tagCustom48h12_destroy(apriltag_family_t *tf);

#ifdef __cplusplus
}
#endif

#endif
Loading

0 comments on commit 59d6da2

Please sign in to comment.