Zao SDK for Jetson / libzep API Reference
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
zep::LineInfo Struct 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.
 

Detailed Description

RASCOW2 Line status list format.

Constructor & Destructor Documentation

◆ LineInfo()

zep::LineInfo::LineInfo ( )
inlinenoexcept

Construct a LineInfo object by default.

Note
Each field is initialized with an invalid value.

Member Function Documentation

◆ SetLineInfo()

void zep::LineInfo::SetLineInfo ( LineInfoEntry &  line_info)
inlinenoexcept

Add.

RASCOW2 Line status to the dynamic array.

Parameters
line_infoRASCOW2 Line status object.

The documentation for this struct was generated from the following file: