RandomExitStatus.h
Go to the documentation of this file.
1#pragma once
2
3
4// RobotAPI
6
8{
10 {
11 public:
13
15
16 private:
17 Skill::MainResult main(const MainInput&) final;
18 };
19} // namespace armarx::skills::provider
MainResult main() final
Override this method with the actual implementation.
A result struct for th main method of a skill.
Definition Skill.h:62