Skip to content

Commit

Permalink
Changed product name and folder structure to fastrtps
Browse files Browse the repository at this point in the history
  • Loading branch information
eProsimaUser01 committed Nov 24, 2014
1 parent 0c87355 commit ec08a6d
Show file tree
Hide file tree
Showing 404 changed files with 2,700 additions and 2,602 deletions.
2 changes: 1 addition & 1 deletion .settings/language.settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<configuration id="cdt.managedbuild.config.gnu.cross.exe.debug.52589616" name="Debug">
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
<provider class="org.eclipse.cdt.core.language.settings.providers.LanguageSettingsGenericProvider" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider" name="CDT User Setting Entries" prefer-non-shared="true"/>
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
</extension>
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ LNK=ln


-include $(BASEDIR)/thirdparty/dev-env/building/makefiles/eProsima.mk
-include $(BASEDIR)/building/makefiles/eprosimartps.mk
-include $(BASEDIR)/building/makefiles/fastrtps.mk

.PHONY: all

all: eprosimartps
all: fastrtps

clean:
@rm -f $(OBJS)
Expand Down
30 changes: 15 additions & 15 deletions building/includes/eprosimartps_includes
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@ common/types/Locator.h
common/types/SequenceNumber.h
common/types/SerializedPayload.h
common/types/Time_t.h
pubsub/attributes/all_attributes.h
pubsub/attributes/RTPSParticipantAttributes.h
pubsub/attributes/PublisherAttributes.h
pubsub/attributes/SubscriberAttributes.h
pubsub/attributes/TopicAttributes.h
pubsub/TopicDataType.h
pubsub/DomainRTPSParticipant.h
pubsub/MatchingInfo.h
pubsub/Publisher.h
pubsub/PublisherListener.h
pubsub/SampleInfo.h
pubsub/Subscriber.h
pubsub/SubscriberListener.h
attributes/all_attributes.h
attributes/RTPSParticipantAttributes.h
attributes/PublisherAttributes.h
attributes/SubscriberAttributes.h
attributes/TopicAttributes.h
TopicDataType.h
DomainRTPSParticipant.h
MatchingInfo.h
Publisher.h
PublisherListener.h
SampleInfo.h
Subscriber.h
SubscriberListener.h
Endpoint.h
eProsima_auto_link.h
eprosimartps_dll.h
eprosimartps_version.h
fastrtps_dll.h
fastrtps_version.h
history/History.h
history/ReaderHistory.h
history/WriterHistory.h
Expand Down
218 changes: 0 additions & 218 deletions building/makefiles/eprosimartps.mk

This file was deleted.

12 changes: 6 additions & 6 deletions building/makefiles/eprosimartps_sources
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ src/cpp/RTPSParticipantProxyData.cpp
src/cpp/resources/ListenResource.cpp
src/cpp/resources/ResourceSend.cpp
src/cpp/resources/ResourceEvent.cpp
src/cpp/pubsub/TopicDataType.cpp
src/cpp/pubsub/Publisher.cpp
src/cpp/pubsub/PublisherListener.cpp
src/cpp/pubsub/Subscriber.cpp
src/cpp/pubsub/SubscriberListener.cpp
src/cpp/pubsub/RTPSDomain.cpp
src/cpp/TopicDataType.cpp
src/cpp/Publisher.cpp
src/cpp/PublisherListener.cpp
src/cpp/Subscriber.cpp
src/cpp/SubscriberListener.cpp
src/cpp/RTPSDomain.cpp
src/cpp/qos/ParameterList.cpp
src/cpp/qos/ParameterTypes.cpp
src/cpp/qos/QosList.cpp
Expand Down
Loading

0 comments on commit ec08a6d

Please sign in to comment.