state-handler: fix constructor args

This commit is contained in:
Vasily Davydov
2022-10-05 11:04:10 +03:00
parent 19424b0976
commit f77fd5040d
9 changed files with 154 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
../src/Counter.cpp:12:6:void Counter::inc() 16 static
../src/Counter.cpp:20:6:void Counter::dec() 16 static
../src/Counter.cpp:29:5:int Counter::getInit() 16 static
../src/Counter.cpp:33:1:Counter::Counter(int, int) 24 static
../src/Counter.cpp:45:6:void Counter::setInit(int) 16 static

View File

@@ -0,0 +1,5 @@
../src/StateHandler.cpp:10:1:StateHandler::StateHandler(EVENT_HANDL) 16 static
../src/StateHandler.cpp:15:1:StateHandler::~StateHandler() 16 static
../src/StateHandler.cpp:15:1:virtual StateHandler::~StateHandler() 16 static
../src/StateHandler.cpp:19:5:int StateHandler::getSetPresuure() 16 static
../src/StateHandler.cpp:24:5:int StateHandler::getSetSpeed() 16 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../src/Counter.cpp \
../src/StateHandler.cpp
OBJS += \
./src/Counter.o \
./src/StateHandler.o
CPP_DEPS += \
./src/Counter.d \
./src/StateHandler.d
# Each subdirectory must supply rules for building sources it contributes
src/%.o: ../src/%.cpp src/subdir.mk
@echo 'Building file: $<'
@echo 'Invoking: MCU C++ Compiler'
arm-none-eabi-c++ -DDEBUG -D__CODE_RED -D__NEWLIB__ -DCORE_M3 -D__USE_LPCOPEN -D__LPC15XX__ -I"/home/tylen/Desktop/Programming/Projects_Metropolia/ESP-Ventilation/StateHandler/inc" -I"/home/tylen/Desktop/Programming/Projects_Metropolia/ESP-Ventilation/lpc_board_nxp_lpcxpresso_1549/inc" -I"/home/tylen/Desktop/Programming/Projects_Metropolia/ESP-Ventilation/lpc_chip_15xx/inc" -I"/home/tylen/Desktop/Programming/Projects_Metropolia/ESP-Ventilation/DigitalIoPin/inc" -O0 -fno-common -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fmerge-constants -fmacro-prefix-map="$(<D)/"= -mcpu=cortex-m3 -mthumb -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '