Important Update:

- DataTreeCore:
  - Re-arrange method declaration order
  - Renamed methods Delete() to DeleteCh()
  - Added GetChName(), GetChType(), GetChLen() & ClearCh(Path) methods
- ApplicationCore:
  - Add WriteToScreen() method (Hide access to JSONparser)
This commit is contained in:
Charl Wentzel
2018-11-27 09:56:27 +02:00
parent 277798a008
commit 83c192c1a6
4 changed files with 64 additions and 35 deletions

View File

@@ -88,6 +88,7 @@ public:
// Manually set configuration
bool SetLogParam( EDebugLevel pDebugLevel, int pOutputDisplay );
inline void WriteToScreen( const char * BasePath, const int Indent = 2 ) { JSONparser->WriteToScreen( BasePath, Indent ); };
// Init application
bool InitApplication();