MccMount is now inheritor of MccFiniteStateMachine

This commit is contained in:
2025-06-09 22:58:58 +03:00
parent 47413792e5
commit 172d38f5e2
3 changed files with 43 additions and 168 deletions

View File

@@ -126,7 +126,8 @@ set(MOUNT_SERVER_APP_SRC mount.h mount_state.h mount_server.cpp comm_server.h co
mount_astrom_default.h mcc_coord.h mount_pz.h mcc_fsm.h mcc_fsm_utils.h)
set(MOUNT_SERVER_APP mount_server)
add_executable(${MOUNT_SERVER_APP} ${MOUNT_SERVER_APP_SRC}
mcc_finite_state_machine.h)
mcc_finite_state_machine.h
mcc_mount_events_states.h)
# target_include_directories(${MOUNT_SERVER_APP} PUBLIC ${ERFA_INCLUDE_DIR})
target_link_libraries(${MOUNT_SERVER_APP} ${CNTR_PROTO_LIB} spdlog::spdlog_header_only ERFA_LIB)