Server
 
로딩중...
검색중...
일치하는것 없음
AppConfig 구조체 참조

서버 설정을 저장하는 구조체 더 자세히 ...

#include <config_manager.hpp>

AppConfig에 대한 협력 다이어그램:

Public 속성

string username
 .env에서 로드되는 사용자 이름
 
string password
 .env에서 로드되는 비밀번호
 
string host
 .env에서 로드되는 호스트 주소
 
string rtsp_port
 .env에서 로드되는 RTSP 포트
 
string rtsp_path
 .env에서 로드되는 RTSP 경로
 
string db_file
 .env에서 로드되는 DB 파일 경로
 
string trackid
 .env에서 로드되는 트랙 ID (선택적)
 
float dist_threshold
 config.json에서 로드되는 거리 임계값
 
float parallelism_threshold
 config.json에서 로드되는 평행 임계값
 
size_t frame_cache_size
 config.json에서 로드되는 프레임 캐시 크기
 
int history_size
 config.json에서 로드되는 히스토리 크기
 
float scale_x
 config.json에서 로드되는 x 스케일
 
float scale_y
 config.json에서 로드되는 y 스케일
 
float base_x
 config.json에서 로드되는 기준 x 좌표
 
float base_y
 config.json에서 로드되는 기준 y 좌표
 
map< string, string > board_ports
 config.json에서 로드되는 보드 포트 매핑
 
int retry_count
 config.json에서 로드되는 재시도 횟수
 
int timeout_ms
 config.json에서 로드되는 타임아웃(ms)
 

상세한 설명

서버 설정을 저장하는 구조체

.env 및 config.json에서 로드되는 모든 설정값을 포함합니다.


이 구조체에 대한 Documentation 페이지는 다음의 파일로부터 생성되었습니다.: