Include Problem 7.4a16
Sure wish I could figure it out...

SeismicVISION Controller Board Source Code

Introduction

Have a look at root.c. Notice the problem with typedefs.h included by system.h. Note, typedef is only included once in the source code.

This problem changes slightly with the order if INPUT files specified in the configuration

  • root at the end ef the INPUT list: typedefs.h is not clickable for system.h
  • root at the beginning of the INPUT list: Two typedefs.h are included, one is clickable and the other is not
 All Files