Sha256: 824c4544da18ad12482a7e373249691161e4e40acb7432c8ba03e725b17f1df4
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
/* AUTOGENERATED FILE. DO NOT EDIT. */ #ifndef _MOCKTIMERHARDWARE_H #define _MOCKTIMERHARDWARE_H #include "unity.h" #include "TimerHardware.h" /* Ignore the following warnings, since we are copying code */ #if defined(__GNUC__) && !defined(__ICC) && !defined(__TMS470__) #if __GNUC__ > 4 || (__GNUC__ == 4 && (__GNUC_MINOR__ > 6 || (__GNUC_MINOR__ == 6 && __GNUC_PATCHLEVEL__ > 0))) #pragma GCC diagnostic push #endif #if !defined(__clang__) #pragma GCC diagnostic ignored "-Wpragmas" #endif #pragma GCC diagnostic ignored "-Wunknown-pragmas" #pragma GCC diagnostic ignored "-Wduplicate-decl-specifier" #endif void MockTimerHardware_Init(void); void MockTimerHardware_Destroy(void); void MockTimerHardware_Verify(void); #define TimerHardware_Init_Ignore() TimerHardware_Init_CMockIgnore() void TimerHardware_Init_CMockIgnore(void); #define TimerHardware_Init_StopIgnore() TimerHardware_Init_CMockStopIgnore() void TimerHardware_Init_CMockStopIgnore(void); #define TimerHardware_Init_Expect() TimerHardware_Init_CMockExpect(__LINE__) void TimerHardware_Init_CMockExpect(UNITY_LINE_TYPE cmock_line); #if defined(__GNUC__) && !defined(__ICC) && !defined(__TMS470__) #if __GNUC__ > 4 || (__GNUC__ == 4 && (__GNUC_MINOR__ > 6 || (__GNUC_MINOR__ == 6 && __GNUC_PATCHLEVEL__ > 0))) #pragma GCC diagnostic pop #endif #endif #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-0.31.1 | examples/temp_sensor/build/test/mocks/MockTimerHardware.h |
ceedling-0.31.0 | examples/temp_sensor/build/test/mocks/MockTimerHardware.h |