Sha256: d4b77ea5b0bbb20d754823e04cf0380dbd563ed64633e54bee99ba4338ddeea6

Contents?: true

Size: 701 Bytes

Versions: 2

Compression:

Stored size: 701 Bytes

Contents

/* =========================================================================
    CMock - Automatic Mock Generation for C
    ThrowTheSwitch.org
    Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
    SPDX-License-Identifier: MIT
========================================================================= */

#ifndef _ADCMODEL_H
#define _ADCMODEL_H

#include "Types.h"

bool AdcModel_DoGetSample(void);
void AdcModel_ProcessInput(uint16 millivolts);

bool AdcModel_DoNothingExceptTestASpecialType(EXAMPLE_STRUCT_T ExampleStruct);
bool AdModel_DoNothingExceptTestPointers(uint32* pExample);
EXAMPLE_STRUCT_T AdcModel_DoNothingExceptReturnASpecialType(void);

#endif // _ADCMODEL_H

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/examples/temp_sensor/src/AdcModel.h
ceedling-1.0.0 vendor/cmock/examples/temp_sensor/src/AdcModel.h