Skip to content

Commit

Permalink
deploy: f65c7db
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Apr 25, 2024
1 parent 3c80301 commit b2b539b
Show file tree
Hide file tree
Showing 12 changed files with 5,191 additions and 5,191 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified api/cpp/doctrees/environment.pickle
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ Functions
---------


- :ref:`exhale_function_RpcLibAdaptorsBase_8hpp_1afb001b2ca995cc726f581621db317400`

- :ref:`exhale_function_RpcLibAdaptorsBase_8hpp_1a4f4b3060c8be9db77d0cbd4d342023ab`

- :ref:`exhale_function_RpcLibAdaptorsBase_8hpp_1abb33b0231861928bba288833a2c05173`
Expand All @@ -145,3 +143,5 @@ Functions

- :ref:`exhale_function_RpcLibAdaptorsBase_8hpp_1aa48460dda401d585625e850d035669c3`

- :ref:`exhale_function_RpcLibAdaptorsBase_8hpp_1afb001b2ca995cc726f581621db317400`

Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Functions
---------


- :ref:`exhale_function_MultirotorRpcLibAdaptors_8hpp_1a4ad96bb0b0fd837d8132bf284f81932c`

- :ref:`exhale_function_MultirotorRpcLibAdaptors_8hpp_1abfcd08d1e6f1840d131bdd83c3ace4eb`

- :ref:`exhale_function_MultirotorRpcLibAdaptors_8hpp_1a4ad96bb0b0fd837d8132bf284f81932c`

Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ Program Listing for File SensorCollection.hpp
class SensorCollection : public UpdatableObject {
private:
typedef UpdatableContainer<SensorBasePtr> SensorBaseContainer;
unordered_map<uint, unique_ptr<SensorBaseContainer>> sensors_;
public:
typedef SensorBase *SensorBasePtr;
Expand Down Expand Up @@ -96,6 +92,10 @@ Program Listing for File SensorCollection.hpp
}
}
//*** End: UpdatableState implementation ***//
private:
typedef UpdatableContainer<SensorBasePtr> SensorBaseContainer;
unordered_map<uint, unique_ptr<SensorBaseContainer>> sensors_;
};
} // namespace autonomylib
Expand Down
Loading

0 comments on commit b2b539b

Please sign in to comment.