◆ RosClockFactory() [1/2]
| RosClockFactory::RosClockFactory |
( |
int |
argc, |
|
|
char const * |
argv[] |
|
) |
| |
Constructor of the factory.
- Parameters
-
| argc | number of command-line arguments to parse. |
| argv | array of command-line arguments to parse. |
- Note
- This function will call
rclcpp::init(argc, argv). Please check here for further details.
◆ RosClockFactory() [2/2]
| RosClockFactory::RosClockFactory |
( |
const std::vector< std::string > & |
args | ) |
|
Constructor of the factory.
- Parameters
-
| args | array of command-line arguments to parse. |
- Note
- This function will call
rclcpp::init(argc, argv). Please check here for further details.
◆ createClock()
| IClock & RosClockFactory::createClock |
( |
| ) |
|
|
finalvirtual |
The documentation for this class was generated from the following files:
- System/RosImplementation/include/BipedalLocomotion/System/RosClock.h
- System/RosImplementation/src/RosClock.cpp