Skip to content

Commit b2b539b

Browse files
committed
deploy: f65c7db
1 parent 3c80301 commit b2b539b

12 files changed

+5191
-5191
lines changed
Binary file not shown.

api/cpp/doctrees/environment.pickle

0 Bytes
Binary file not shown.

api/cpp/html/_sources/api/file_AutonomyLib_include_api_RpcLibAdaptorsBase.hpp.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ Functions
135135
---------
136136

137137

138-
- :ref:`exhale_function_RpcLibAdaptorsBase_8hpp_1afb001b2ca995cc726f581621db317400`
139-
140138
- :ref:`exhale_function_RpcLibAdaptorsBase_8hpp_1a4f4b3060c8be9db77d0cbd4d342023ab`
141139

142140
- :ref:`exhale_function_RpcLibAdaptorsBase_8hpp_1abb33b0231861928bba288833a2c05173`
@@ -145,3 +143,5 @@ Functions
145143

146144
- :ref:`exhale_function_RpcLibAdaptorsBase_8hpp_1aa48460dda401d585625e850d035669c3`
147145

146+
- :ref:`exhale_function_RpcLibAdaptorsBase_8hpp_1afb001b2ca995cc726f581621db317400`
147+

api/cpp/html/_sources/api/file_AutonomyLib_include_vehicles_multirotor_api_MultirotorRpcLibAdaptors.hpp.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Functions
9191
---------
9292

9393

94-
- :ref:`exhale_function_MultirotorRpcLibAdaptors_8hpp_1a4ad96bb0b0fd837d8132bf284f81932c`
95-
9694
- :ref:`exhale_function_MultirotorRpcLibAdaptors_8hpp_1abfcd08d1e6f1840d131bdd83c3ace4eb`
9795

96+
- :ref:`exhale_function_MultirotorRpcLibAdaptors_8hpp_1a4ad96bb0b0fd837d8132bf284f81932c`
97+

api/cpp/html/_sources/api/program_listing_file_AutonomyLib_include_sensors_SensorCollection.hpp.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ Program Listing for File SensorCollection.hpp
2727
2828
class SensorCollection : public UpdatableObject {
2929
30-
private:
31-
typedef UpdatableContainer<SensorBasePtr> SensorBaseContainer;
32-
unordered_map<uint, unique_ptr<SensorBaseContainer>> sensors_;
33-
3430
public:
3531
typedef SensorBase *SensorBasePtr;
3632
@@ -96,6 +92,10 @@ Program Listing for File SensorCollection.hpp
9692
}
9793
}
9894
//*** End: UpdatableState implementation ***//
95+
96+
private:
97+
typedef UpdatableContainer<SensorBasePtr> SensorBaseContainer;
98+
unordered_map<uint, unique_ptr<SensorBaseContainer>> sensors_;
9999
};
100100
101101
} // namespace autonomylib

0 commit comments

Comments
 (0)