-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5aad761
commit bcd8ae2
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "Architecture" | ||
description: "How the platform is organized ?" | ||
weight: 2 | ||
--- | ||
|
||
|
||
|
||
## Meta | ||
|
||
In the meta directory, you will find generic interface implementations. | ||
Those implementations ease the adaptations of new device interfaces by taking care of most of the hard part of the behavior and letting to the user only the specific callback to implement. | ||
|
||
|
||
## Log | ||
|
||
In the log directory, you will find how traces of the application are managed. | ||
|
||
### class | ||
|
||
Traces in rust can take some attributes. Panduza has defined the log attribute “class” to sort event sources in the application. | ||
|