PUPANVR-Some utility objects (6)

VThreadBase

        This is a thread abstract class that facilitates simple thread use.

Do not mute

        a mutually exclusive object;

TMutexLocker

          A convenient tool object for mutually exclusive objects. Anyone who has used QT knows it! Haha!

TServiceBase

A service class object is a thread that inherits from VThreadBase. Why do you do this? The main purpose is to regard each functional thread in the system as a service, and register it uniformly in a management class in the base class. This service class implements some common agreed service interfaces, so that the information of each service can be uniformly obtained in the service management class. Status and monitoring it!

TSysServiceManage

        Service management class, all classes that inherit TServiceBase will be registered to this class object, so that when using WEB tools, PC tools, and cloud services, we can complete the status acquisition and monitoring of each service through this class.

TAppConfig

        System configuration management class object.

STOP

        Diary management object;

Guess you like

Origin blog.csdn.net/jhting/article/details/121757009