From 2b8007605c8dbe6080124ff07c37d0c7e4d2bf94 Mon Sep 17 00:00:00 2001 From: methylDragon Date: Thu, 28 Apr 2022 00:31:23 -0700 Subject: [PATCH] Create redirection aliases (#248) Signed-off-by: methylDragon --- include/ignition/fuel_tools.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/ClientConfig.hh | 18 ++++++++++++++++++ .../fuel_tools/CollectionIdentifier.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/Export.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/FuelClient.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/Helpers.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/Interface.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/JSONParser.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/Model.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/ModelIdentifier.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/ModelIter.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/RestClient.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/Result.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/WorldIdentifier.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/WorldIter.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/Zip.hh | 18 ++++++++++++++++++ include/ignition/fuel_tools/config.hh | 18 ++++++++++++++++++ 17 files changed, 306 insertions(+) create mode 100644 include/ignition/fuel_tools.hh create mode 100644 include/ignition/fuel_tools/ClientConfig.hh create mode 100644 include/ignition/fuel_tools/CollectionIdentifier.hh create mode 100644 include/ignition/fuel_tools/Export.hh create mode 100644 include/ignition/fuel_tools/FuelClient.hh create mode 100644 include/ignition/fuel_tools/Helpers.hh create mode 100644 include/ignition/fuel_tools/Interface.hh create mode 100644 include/ignition/fuel_tools/JSONParser.hh create mode 100644 include/ignition/fuel_tools/Model.hh create mode 100644 include/ignition/fuel_tools/ModelIdentifier.hh create mode 100644 include/ignition/fuel_tools/ModelIter.hh create mode 100644 include/ignition/fuel_tools/RestClient.hh create mode 100644 include/ignition/fuel_tools/Result.hh create mode 100644 include/ignition/fuel_tools/WorldIdentifier.hh create mode 100644 include/ignition/fuel_tools/WorldIter.hh create mode 100644 include/ignition/fuel_tools/Zip.hh create mode 100644 include/ignition/fuel_tools/config.hh diff --git a/include/ignition/fuel_tools.hh b/include/ignition/fuel_tools.hh new file mode 100644 index 00000000..79509917 --- /dev/null +++ b/include/ignition/fuel_tools.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2022 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/ClientConfig.hh b/include/ignition/fuel_tools/ClientConfig.hh new file mode 100644 index 00000000..cd592511 --- /dev/null +++ b/include/ignition/fuel_tools/ClientConfig.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/CollectionIdentifier.hh b/include/ignition/fuel_tools/CollectionIdentifier.hh new file mode 100644 index 00000000..51a8d5e3 --- /dev/null +++ b/include/ignition/fuel_tools/CollectionIdentifier.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2020 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/Export.hh b/include/ignition/fuel_tools/Export.hh new file mode 100644 index 00000000..738feae6 --- /dev/null +++ b/include/ignition/fuel_tools/Export.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2022 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/FuelClient.hh b/include/ignition/fuel_tools/FuelClient.hh new file mode 100644 index 00000000..3183b9c2 --- /dev/null +++ b/include/ignition/fuel_tools/FuelClient.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/Helpers.hh b/include/ignition/fuel_tools/Helpers.hh new file mode 100644 index 00000000..3dfd898a --- /dev/null +++ b/include/ignition/fuel_tools/Helpers.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/Interface.hh b/include/ignition/fuel_tools/Interface.hh new file mode 100644 index 00000000..e03289eb --- /dev/null +++ b/include/ignition/fuel_tools/Interface.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2018 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/JSONParser.hh b/include/ignition/fuel_tools/JSONParser.hh new file mode 100644 index 00000000..9ad65797 --- /dev/null +++ b/include/ignition/fuel_tools/JSONParser.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/Model.hh b/include/ignition/fuel_tools/Model.hh new file mode 100644 index 00000000..631cbba1 --- /dev/null +++ b/include/ignition/fuel_tools/Model.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/ModelIdentifier.hh b/include/ignition/fuel_tools/ModelIdentifier.hh new file mode 100644 index 00000000..73eadb50 --- /dev/null +++ b/include/ignition/fuel_tools/ModelIdentifier.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/ModelIter.hh b/include/ignition/fuel_tools/ModelIter.hh new file mode 100644 index 00000000..5786b1b6 --- /dev/null +++ b/include/ignition/fuel_tools/ModelIter.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/RestClient.hh b/include/ignition/fuel_tools/RestClient.hh new file mode 100644 index 00000000..5f81d857 --- /dev/null +++ b/include/ignition/fuel_tools/RestClient.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/Result.hh b/include/ignition/fuel_tools/Result.hh new file mode 100644 index 00000000..f9f76166 --- /dev/null +++ b/include/ignition/fuel_tools/Result.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/WorldIdentifier.hh b/include/ignition/fuel_tools/WorldIdentifier.hh new file mode 100644 index 00000000..f04159c3 --- /dev/null +++ b/include/ignition/fuel_tools/WorldIdentifier.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2018 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/WorldIter.hh b/include/ignition/fuel_tools/WorldIter.hh new file mode 100644 index 00000000..e57f3307 --- /dev/null +++ b/include/ignition/fuel_tools/WorldIter.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2018 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/Zip.hh b/include/ignition/fuel_tools/Zip.hh new file mode 100644 index 00000000..022f8cb8 --- /dev/null +++ b/include/ignition/fuel_tools/Zip.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include diff --git a/include/ignition/fuel_tools/config.hh b/include/ignition/fuel_tools/config.hh new file mode 100644 index 00000000..4686efa4 --- /dev/null +++ b/include/ignition/fuel_tools/config.hh @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2022 Open Source Robotics Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#include