Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: fix C++ South plugin signatures involving PLUGIN_HANDLE #1195

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Commits on Oct 13, 2023

  1. Documentation: fix C++ South plugin signatures involving PLUGIN_HANDLE

    Fix the issue fledge-iot#1069
    
    In the 'plugin_developers_guide/03_south_C_plugins.html' documentation page,
    the signature of some plugin functions involving PLUGIN_HANDLE is erroneous.
    
    According to the definitions of the function pointers about the South
    plugins ($FLEDGE_ROOT/C/services/south/include/south_plugin.h),
    fix these signatures.
    
    And use the appropriate C++ 'cast' operator,
    more restrictive and accurate 'cast' operator than the C one,
    for the 'PLUGIN_HANDLE' object.
    
    Signed-off-by: Mikael Bourhis <mikael.bourhis@smile.fr>
    mbourhis committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6bc475a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e543643 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    70950c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    1c4eedd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    147bac7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    5bf728c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    1aa893b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    1ccbd69 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    e694106 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    d6ac9ca View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    777b680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10ec6f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    2e3a0df View commit details
    Browse the repository at this point in the history