Skip to content

Commit

Permalink
Merge pull request #124 from Chootin/tutina/upstream_pr1
Browse files Browse the repository at this point in the history
Exposing clock and adding timer features
  • Loading branch information
hoffmann-stefan authored Dec 5, 2023
2 parents f2004dc + c46ca6d commit ac35e40
Show file tree
Hide file tree
Showing 18 changed files with 969 additions and 182 deletions.
6 changes: 6 additions & 0 deletions rcldotnet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ set(CS_SOURCES
ActionServer.cs
ActionServerGoalHandle.cs
Client.cs
Clock.cs
GuardCondition.cs
GuidExtensions.cs
MessageStaticMemberCache.cs
Expand All @@ -52,17 +53,20 @@ set(CS_SOURCES
SafeActionGoalHandle.cs
SafeActionServerHandle.cs
SafeClientHandle.cs
SafeClockHandle.cs
SafeGuardConditionHandle.cs
SafeNodeHandle.cs
SafePublisherHandle.cs
SafeQosProfileHandle.cs
SafeRequestIdHandle.cs
SafeServiceHandle.cs
SafeSubscriptionHandle.cs
SafeTimerHandle.cs
SafeWaitSetHandle.cs
Service.cs
ServiceDefinitionStaticMemberCache.cs
Subscription.cs
Timer.cs
)

find_package(rcldotnet_common REQUIRED)
Expand All @@ -87,9 +91,11 @@ ament_export_assemblies_dll("lib/${PROJECT_NAME}/dotnet/${PROJECT_NAME}_assembli
add_library(${PROJECT_NAME}_native SHARED
rcldotnet_action_client.c
rcldotnet_client.c
rcldotnet_clock.c
rcldotnet_guard_condition.c
rcldotnet_node.c
rcldotnet_publisher.c
rcldotnet_timer.c
rcldotnet.c
)

Expand Down
Loading

0 comments on commit ac35e40

Please sign in to comment.