![]() |
Khangai Robot Play - Naive
01
THe naive play of the Khangai Robot
|
#include <bound_box.h>

Public Member Functions | |
| Bound_Box (Bound_Box &&)=default | |
| Bound_Box (const Bound_Box &)=default | |
| Bound_Box & | operator= (Bound_Box &&)=default |
| Bound_Box & | operator= (const Bound_Box &)=default |
| ~Bound_Box () | |
| int | init () |
| void | update () |
| uint8_t | get_Bounds () |
| uint8_t | get_Bound (uint8_t fence_no) |
Static Public Member Functions | |
| static Bound_Box & | get_Instance () |
Private Member Functions | |
| Bound_Box () | |
Private Attributes | |
| Bound< 2 > | bounds_ [NUM_BOUNDS] |
This class is fully coupled with the concrete limit switch info
|
default |
|
default |
|
inline |
|
inlineprivate |
|
inline |


|
inline |

|
static |

| int Bound_Box::init | ( | ) |

|
inline |


|
private |