Skip to content
Snippets Groups Projects
Select Git revision
  • b86c3346ca5a89ebad9bf62ccd63fe70cda7c622
  • master default protected
  • alf
  • new_lol_names
  • dither_on_off_disabled
  • yocto
  • pypcc2
  • pypcc3
  • 2020-12-07-the_only_working_copy
  • v2.1
  • v2.0
  • v1.0
  • v0.9
  • Working-RCU_ADC,ID
  • 2020-12-11-Holiday_Season_release
15 results

apsputr.service

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    hello.hpp 406 B
    // Copyright (C) ASTRON (Netherlands Institute for Radio Astronomy)
    // SPDX-License-Identifier: Apache-2.0
    
    #ifndef CPP_INCLUDE_HELLO_HPP
    #define CPP_INCLUDE_HELLO_HPP
    
    namespace lib {
    
    /** This function greets the user.
     *
     * @code
     * char *buffer = new char[42];
     * int charsAdded = sprintf(buffer, "Include code\n", 8);
     * @endcode
     */
    void Hello();
    
    } // namespace lib
    
    #endif // CPP_INCLUDE_HELLO_HPP