Darknet/YOLO v3.0-88-gdee7eef
Object Detection Framework
 
Loading...
Searching...
No Matches
JSON_sender Class Reference
Collaboration diagram for JSON_sender:

Public Member Functions

 JSON_sender (int port=0, int _timeout=400000)
 
 ~JSON_sender ()
 
void close_all ()
 
bool isOpened ()
 
bool open (int port)
 
bool release ()
 
bool write (char const *outputbuf)
 

Private Member Functions

int _write (int sock, char const *const s, int len)
 

Private Attributes

int close_all_sockets
 
fd_set master
 
int maxfd
 
int sock
 
int timeout
 

Constructor & Destructor Documentation

◆ JSON_sender()

JSON_sender::JSON_sender ( int  port = 0,
int  _timeout = 400000 
)
inline
Here is the call graph for this function:

◆ ~JSON_sender()

JSON_sender::~JSON_sender ( )
inline
Here is the call graph for this function:

Member Function Documentation

◆ _write()

int JSON_sender::_write ( int  sock,
char const *const  s,
int  len 
)
inlineprivate
Here is the caller graph for this function:

◆ close_all()

void JSON_sender::close_all ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ isOpened()

bool JSON_sender::isOpened ( )
inline

◆ open()

bool JSON_sender::open ( int  port)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ release()

bool JSON_sender::release ( )
inline
Here is the caller graph for this function:

◆ write()

bool JSON_sender::write ( char const *  outputbuf)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ close_all_sockets

int JSON_sender::close_all_sockets
private

◆ master

fd_set JSON_sender::master
private

◆ maxfd

int JSON_sender::maxfd
private

◆ sock

int JSON_sender::sock
private

◆ timeout

int JSON_sender::timeout
private

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