Zao SDK for Jetson / libzep API Reference
|
RASCOW2 Line status list format. More...
#include <LineInfo.hpp>
Public Member Functions | |
LineInfo () noexcept | |
Construct a LineInfo object by default. | |
std::vector< LineInfoEntry > | GetLineInfo () const noexcept |
Get a dynamic array of RASCOW2 Line statuses. | |
void | SetLineInfo (LineInfoEntry &line_info) noexcept |
Add. | |
RASCOW2 Line status list format.
|
inlinenoexcept |
Construct a LineInfo object by default.
|
inlinenoexcept |
Add.
RASCOW2 Line status to the dynamic array.
line_info | RASCOW2 Line status object. |